Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkedAddresses ¶
type LinkedAddresses struct { // Address is owned by the user on another network Address ethereum.Address `json:"address"` // Owner is owned by the user on this network Owner ethereum.Address `json:"owner"` // Network is the network that the user owns the Owner address Network network.BlockchainNetwork `json:"network"` }
LinkedAddresses connects an address a user owns to an owner on another network
Click to show internal directories.
Click to hide internal directories.