sacco library

Classes

AccountData
Bip39
MapSorter
Allows to easily sort a Map by its keys.
MsgSend
MsgSend extends StdMsg and represents the message that should be used when sending tokens from one user to another one. It requires to specify the address from which to send the tokens, the one that should receive the tokens and the amount of tokens to send.
NetworkInfo
StdCoin
Contains the data of a specific coin
StdFee
StdMsg
StdMsg represents a standard message that can be included inside a transaction.
StdPublicKey
StdSignature
StdSignatureMessage
StdTx
TransactionError
Contains the data related to an error that has occurred when broadcasting the transaction.
TransactionResult
Represents the result that is returned when broadcasting a transaction.
TxBuilder
Allows to easily build and sign a StdTx that can later be sent over the network.
TxSender
Allows to easily send a StdTx using the data contained inside the specified Wallet.
TxSigner
Allows to easily sign a StdTx object that already contains a message.
Wallet
Represents a wallet which contains the hex private key, the hex public key and the hex address. In order to create one properly, the Wallet.derive method should always be used. The associated networkInfo will be used when computing the bech32Address associated with the wallet.