Documentation
¶
Index ¶
- Variables
- func GetAccount(ctx context.CLIContext, address []byte) (account.Account, error)
- func GetAccountFromBech32Addr(ctx context.CLIContext, bech32Addr string) (account.Account, error)
- func GetAccountNonce(ctx context.CLIContext, address []byte) (int64, error)
- func GetAddrFromFlag(ctx context.CLIContext, flag string) (types.Address, error)
- func GetAddrFromValue(ctx context.CLIContext, value string) (types.Address, error)
- func IsAccountExists(ctx context.CLIContext, address []byte) bool
- func QueryAccountCmd(cdc *amino.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrAccountNotExsits = errors.New("account not exists")
)
Functions ¶
func GetAccount ¶
func GetAccountNonce ¶
func GetAccountNonce(ctx context.CLIContext, address []byte) (int64, error)
func GetAddrFromFlag ¶
func GetAddrFromValue ¶
func IsAccountExists ¶
func IsAccountExists(ctx context.CLIContext, address []byte) bool
func QueryAccountCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.