Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CosmosExporter ¶
type CosmosExporter struct{}
func (*CosmosExporter) Desc ¶
func (exp *CosmosExporter) Desc() string
func (*CosmosExporter) KeySize ¶
func (exp *CosmosExporter) KeySize() int
func (*CosmosExporter) Name ¶
func (exp *CosmosExporter) Name() string
type LocalInfo ¶
type LocalInfo struct { PubKey cryptotypes.PubKey `json:"pubkey"` PrivKeyArmor string `json:"privkey.armor"` Algo hd.PubKeyType `json:"algo"` }
func (LocalInfo) GetAddress ¶
func (i LocalInfo) GetAddress() types.AccAddress
func (LocalInfo) GetAlgo ¶
func (i LocalInfo) GetAlgo() hd.PubKeyType
func (LocalInfo) GetPubKey ¶
func (i LocalInfo) GetPubKey() cryptotypes.PubKey
Click to show internal directories.
Click to hide internal directories.