package
0.0.0-20250213232608-c453f8b35c75
Repository: https://github.com/stellar/go.git
Documentation: pkg.go.dev
# Functions
IntStringToAmount converts string integer value and converts it to stellar "amount".
MustParse is the panicking version of Parse.
Parse parses the provided as a stellar "amount", i.e.
ParseInt64 parses the provided as a stellar "amount", i.e.
String returns an "amount string" from the provided raw xdr.Int64 value `v`.
String128 converts a signed 128-bit integer into a string, boldly assuming 7-decimal precision.
StringFromInt64 returns an "amount string" from the provided raw int64 value `v`.
# Constants
One is the value of one whole unit of currency.