Functions
submissionChainIdFrom
submissionNativeSender
call
Name | Type | Description |
---|---|---|
_reserveAddress | address | Receiver if call to _receiver fails |
_receiver | address | Contract to be called |
_data | bytes | Call data |
_flags | uint256 | Behavior flags (see Flags library) |
_nativeSender | bytes | Native sender |
_chainIdFrom | uint256 | Chain ID of the originating chain |
callERC20
Name | Type | Description |
---|---|---|
_token | address | Asset address |
_reserveAddress | address | Receiver if call to _receiver fails |
_receiver | address | Contract to be called |
_data | bytes | Call data |
_flags | uint256 | Behavior flags (see Flags library) |
_nativeSender | bytes | Native sender |
_chainIdFrom | uint256 | Chain ID of the originating chain |