Documentation
¶
Index ¶
- Constants
- func CreateKeySeed(home, keyName string) (sdk.AccAddress, error)
- func GetAddressFromFile(filepath string) ([]string, error)
- func GetFeeFromShrp(cdc *codec.Codec, cliCtx context.CLIContext, shrpFee float64) (string, error)
- func GetKeeySeedFromFile(seedPath string) (string, error)
- func GetKeysFromDir(dir string) ([]string, error)
- func GetPrivKeyFromSeed(seed string) (string, error)
- func GetPrivKeysFromMnemonic(mnemonic string, amount uint32) ([]string, []sdk.AccAddress, error)
- func GetTxBldrAndCtxFromSeed(inBuf io.Reader, cdc *amino.Codec, seed string) (context.CLIContext, auth.TxBuilder, error)
- func WriteFile(name string, dir string, contents []byte) error
Constants ¶
View Source
const (
FlagKeySeed = "key-seed"
)
Variables ¶
This section is empty.
Functions ¶
func CreateKeySeed ¶
func CreateKeySeed(home, keyName string) (sdk.AccAddress, error)
func GetAddressFromFile ¶
func GetFeeFromShrp ¶
func GetKeeySeedFromFile ¶
func GetKeysFromDir ¶
func GetPrivKeyFromSeed ¶
func GetPrivKeysFromMnemonic ¶
func GetTxBldrAndCtxFromSeed ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.