Versions in this module Expand all Collapse all v1 v1.0.8 Jun 13, 2022 v1.0.7 Jun 12, 2022 Changes in this version + type Keypair struct + func GenerateKeypair(network string) (*Keypair, error) + func NewKeypairFromKRP(pair signature.KeyringPair) *Keypair + func NewKeypairFromSeed(seed, network string) (*Keypair, error) + func (kp *Keypair) Address() string + func (kp *Keypair) AsKeyringPair() *signature.KeyringPair + func (kp *Keypair) Decode(in []byte) error + func (kp *Keypair) Encode() []byte + func (kp *Keypair) PublicKey() string