Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
PrivateKey keypair.PrivateKey
PublicKey keypair.PublicKey
Address types.Address
SigScheme keypair.SignatureScheme
Extension AccountExtension
}
func (*Account) PrivKey ¶
func (*Account) PrivKey() keypair.PrivateKey
func (*Account) Scheme ¶
func (*Account) Scheme() keypair.SignatureScheme
type AccountExtension ¶
Click to show internal directories.
Click to hide internal directories.