Versions in this module Expand all Collapse all v1 v1.2.2 Apr 7, 2024 Changes in this version + type Account struct + Address common.Address + PrivateKey *ecdsa.PrivateKey + func LoadAccount(path string, password string) (*Account, error) + func (a *Account) BLSG1PublicKey() (bls.SerializedG1PublicKey, error) + func (a *Account) BLSProofOfPossession() ([]byte, error) + func (a *Account) BLSPublicKey() (bls.SerializedPublicKey, error) + func (a *Account) MustBLSProofOfPossession() []byte + func (a *Account) PrivateKeyHex() string + func (a *Account) PublicKey() []byte + func (a *Account) String() string