Versions in this module Expand all Collapse all v1 v1.0.1 Jul 26, 2023 v1.0.0 Sep 16, 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)