Documentation ¶
Index ¶
- func GetAccountCmd(storeName string, cdc *codec.Codec, decoder auth.AccountDecoder) *cobra.Command
- func GetAccountCmdDefault(storeName string, cdc *codec.Codec) *cobra.Command
- func GetAccountDecoder(cdc *codec.Codec) auth.AccountDecoder
- func GetSignCommand(codec *amino.Codec, decoder auth.AccountDecoder) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccountCmd ¶
GetAccountCmd returns a query account that will display the state of the account at a given address. nolint: unparam
func GetAccountCmdDefault ¶
GetAccountCmdDefault invokes the GetAccountCmd for the auth.BaseAccount type.
func GetAccountDecoder ¶
func GetAccountDecoder(cdc *codec.Codec) auth.AccountDecoder
GetAccountDecoder gets the account decoder for auth.DefaultAccount.
func GetSignCommand ¶ added in v0.25.0
func GetSignCommand(codec *amino.Codec, decoder auth.AccountDecoder) *cobra.Command
GetSignCommand returns the sign command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.