Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deposit ¶
type Deposit struct { // ID of chain deposit will be bridged to DestinationDomainID uint8 // SecurityModel is used to distringuish between block header oracles // on the destination network that verify this deposit SecurityModel uint8 // ResourceID used to find address of handler to be used for deposit ResourceID [32]byte // Nonce of deposit DepositNonce uint64 // Address of sender (msg.sender: user) SenderAddress common.Address // Additional data to be passed to specified handler Data []byte }
Deposit struct holds event data raised by Deposit event on-chain
Click to show internal directories.
Click to hide internal directories.