Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EthereumAddress ¶
type EthereumAddress struct { Type string `json:"type"` Data EthereumAddressData `json:"data"` }
type EthereumAddressData ¶
type EthereumAddressData struct {
Address string `json:"address"`
}
Click to show internal directories.
Click to hide internal directories.