Documentation
¶
Index ¶
- func AddMoreFromInfo(ctx client.Context) client.Context
- func CreateAcc(ctx client.Context, keyname string, mnemonic string, bip44path string, ...) keyring.Info
- func GenTxWithFactory(errFd *os.File, ctx client.Context, txf tx.Factory, onlyGen bool, ...)
- func GetPrivKey(ctx client.Context, keyname string) cryptotypes.PrivKey
- func LoadClientPubInfo(ctx client.Context, keyname string) keyring.Info
- func MakeClientWithNewAcc(ctx client.Context, keyname string, mnemonic string, bip44path string, ...) keyring.Info
- func MakeContext(mb module.BasicManager, from string, tmRPC string, chainID string, root string, ...) client.Context
- func MakeKeyring(ctx client.Context, backend string) keyring.Keyring
- func MakeTxFactory(ctx client.Context, gas string, gasPrice string, memo string, ...) tx.Factory
- func SetBechPrefix()
- type AccAddr
- type EncodingConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenTxWithFactory ¶
func GetPrivKey ¶
func GetPrivKey(ctx client.Context, keyname string) cryptotypes.PrivKey
func MakeClientWithNewAcc ¶
func MakeContext ¶
func MakeTxFactory ¶
func SetBechPrefix ¶
func SetBechPrefix()
Types ¶
type EncodingConfig ¶
type EncodingConfig struct { InterfaceRegistry codectypes.InterfaceRegistry Marshaler codec.Codec TxConfig client.TxConfig Amino *codec.LegacyAmino }
func MakeEncodingConfig ¶
func MakeEncodingConfig(mb module.BasicManager) EncodingConfig
Click to show internal directories.
Click to hide internal directories.