Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { ID uuid.UUID `json:"id" ` // 16 byte random UUID (version 4) Address common.Address `json:"address"` // 20 byte eip-55 address PrivateKey *ecdsa.PrivateKey `json:"private_key"` // 32 byte ecdsa private key }
Account represents an Ethereum address
Click to show internal directories.
Click to hide internal directories.