Versions in this module Expand all Collapse all v1 v1.0.48 Jan 19, 2023 v1.0.47 Jan 19, 2023 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