# Functions
No description provided by the author
IsValidMemo returns whether or not the memo is valid.
IsValidMemoStrict returns whether or not the memo is valid checking against this SDKs supported version and transaction types.
No description provided by the author
MustStrToQuarks calls StrToQuarks, panicking if there's an error.
NewMemo creates a new Memo with the specified parameters.
StrFromQuarks converts an int64 amount of quarks to the string representation of kin.
StrToQuarks converts a string representation of kin the quark value.
No description provided by the author
# Constants
No description provided by the author
HighestVersion is the highest 'supported' memo version by the implementation.
MaxTransactionType is the maximum transaction type 'supported' by the implementation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Type aliases
Memo is the 32 byte memo encoded into transactions, as defined in github.com/kinecosystem/agora-api.
TransactionType is the memo transaction type.