IAcrossReceiverV3
Functions
handleV3AcrossMessage
handles AcrossV3 SpokePool message
function handleV3AcrossMessage(address tokenSent, uint256 amount, address relayer, bytes memory message) external;
Parameters
| Name | Type | Description |
|---|---|---|
tokenSent | address | the token address received |
amount | uint256 | the token amount |
relayer | address | the relayer submitting the message (unused) |
message | bytes | the custom message sent from source |