Documentation ¶
Index ¶
Constants ¶
View Source
const ( StateRootSubmittedSig = "StateRootSubmitted(uint8,uint256,bytes32)" DepositSig = "Deposit(uint8,uint8,bytes32,uint64,address,bytes)" )
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 that defines the destination verifiers 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 // Deposit data Data []byte }
Click to show internal directories.
Click to hide internal directories.