package
1.0.15
Repository: https://github.com/netcloth/netcloth-chain.git
Documentation: pkg.go.dev

# Functions

AddressStoreKey turn an address to key used to get it from the account store.
CountSubKeys counts the total number of keys for a multi-sig public key.
DefaultGenesisState - Return a default genesis state.
DefaultParams returns a default set of parameters.
DefaultTxDecoder logic for standard transaction decoding.
DefaultTxEncoder logic for standard transaction encoding.
No description provided by the author
No description provided by the author
MakeSignature builds a StdSignature given keybase, key name, passphrase, and a StdSignMsg.
NewAccountRetriever initialises a new AccountRetriever instance.
NewBaseAccount creates a new BaseAccount object.
NewBaseAccountWithAddress - returns a new base account with a given address.
NewBaseVestingAccount creates a new BaseVestingAccount object.
NewContinuousVestingAccount returns a new ContinuousVestingAccount.
NewContinuousVestingAccountRaw creates a new ContinuousVestingAccount object from BaseVestingAccount.
NewDelayedVestingAccount returns a DelayedVestingAccount.
NewDelayedVestingAccountRaw creates a new DelayedVestingAccount object from BaseVestingAccount.
NewGenesisState - Create a new genesis state.
NewParams creates a new Params object.
NewQueryAccountParams creates a new instance of QueryAccountParams.
NewStdFee returns a new instance of StdFee.
No description provided by the author
coins to more than cover the fee.
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
NewTxBuilder returns a new initialized TxBuilder.
NewTxBuilderFromCLI returns a new initialized TxBuilder with parameters from the command line using Viper.
ParamKeyTable for auth module.
ProtoBaseAccount - a prototype function for BaseAccount.
RegisterCodec registers concrete types on the codec.
StdSignBytes returns the bytes to sign for a transaction.
ValidateGenesis performs basic validation of auth genesis data returning an error for any failed validation criteria.

# Constants

No description provided by the author
No description provided by the author
Default parameter values.
DefaultParamspace defines the default auth module parameter subspace.
Default parameter values.
Default parameter values.
Default parameter values.
Default parameter values.
FeeCollectorName the root string for the fee collector account address.
No description provided by the author
module name.
QuerierRoute is the querier route for acc.
query endpoints supported by the auth Querier.
StoreKey is string representation of the store key for auth.

# Variables

AddressStoreKeyPrefix prefix for account-by-address store.
param key for global account number.
Parameter keys.
Parameter keys.
Parameter keys.
Parameter keys.
Parameter keys.
module wide codec.

# Structs

AccountRetriever defines the properties of a type that can be used to retrieve accounts.
BaseAccount - a base account structure.
BaseVestingAccount implements the VestingAccount interface.
ContinuousVestingAccount implements the VestingAccount interface.
DelayedVestingAccount implements the VestingAccount interface.
GenesisState - all auth state that must be provided at genesis.
Params defines the parameters for the auth module.
QueryAccountParams defines the params for querying accounts.
StdFee includes the amount of coins paid in fees and the maximum gas to be used by the transaction.
StdSignature represents a sig.
StdSignDoc is replay-prevention structure.
StdSignMsg is a convenience structure for passing along a Msg with the other requirements for a StdSignDoc before it is signed.
StdTx is a standard way to wrap a Msg with Fee and Signatures.
TxBuilder implements a transaction context created in SDK modules.

# Interfaces

NodeQuerier is an interface that is satisfied by types that provide the QueryWithData method.
SupplyKeeper defines the expected supply Keeper (noalias).