package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev
# Functions
GetAccountCmd returns a query account that will display the state of the account at a given address.
GetAccountsCmd returns a query command that will display a list of accounts.
No description provided by the author
GetBroadcastCommand returns the tx broadcast command.
GetDecodeCommand returns the decode command to take serialized bytes and turn it into a JSON-encoded transaction.
GetEncodeCommand returns the encode command to take a JSONified transaction and turn it into Amino-serialized bytes.
No description provided by the author
GetSignCommand returns the sign command.
GetQueryCmd returns the transaction commands for this module.
GetSignBatchCommand returns the transaction sign-batch command.
GetSignCommand returns the transaction sign command.
No description provided by the author
QueryAllModuleAccountsCmd returns a list of all the existing module accounts with their account information and permissions.
QueryParamsCmd returns the command handler for evidence parameter querying.
QueryTxCmd implements the default command for a tx query.
QueryTxsByEventsCmd returns a command to search through transactions by events.
# Structs
BroadcastReq defines a tx broadcasting request.