Crosschain
OpType
enum OpType {
Transfer,
Sync,
Unknown
}SourceMessageParams
struct SourceMessageParams {
enum OpType opType;
uint256 navTolerance;
uint256 sourceNativeAmount;
bool shouldUnwrapOnDestination;
}DestinationMessageParams
struct DestinationMessageParams {
enum OpType opType;
bool shouldUnwrapNative;
}Call
Instructions
Last updated