Versions in this module Expand all Collapse all v0 v0.2.0 Apr 29, 2024 Changes in this version + type Account struct + func NewAccountFromMnemonic(mnemonic string, password string, index int64) (*Account, error) + func NewAccountFromSeed(seed []byte, index int64) (*Account, error) + func (Self *Account) Chain() common.Chain + func (Self *Account) GetAddress(addressType common.AddressType) (string, error) + func (Self *Account) GetPrivateKey(addressType common.AddressType) (*secp256k1.PrivateKey, error)