Versions in this module Expand all Collapse all v0 v0.12.4 Mar 30, 2022 v0.12.3 Mar 30, 2022 Changes in this version + func GenerateAddress() common.Address + func NewAddrKey() (common.Address, cryptotypes.PrivKey) + func NewSigner(sk cryptotypes.PrivKey) keyring.Signer + type Signer struct + func (s Signer) Sign(_ string, msg []byte) ([]byte, cryptotypes.PubKey, error) + func (s Signer) SignByAddress(address sdk.Address, msg []byte) ([]byte, cryptotypes.PubKey, error)