LibTransaction
struct Transaction {
DataTransferType dataTransferType;
BridgeType bridgeType;
uint16 recipientNetworkId;
bytes32 fromAssetAddress;
bytes32 toAssetAddress;
bytes32 toAddress;
bytes32 recipientAggregatorAddress;
uint256 amountOutMin;
uint256 swapOutGasFee;
uint64 tokenSequence;
}Field
Type
Description
Field
Type
Description
encode()
Field
Type
Description
Field
Type
Description
decode()
Field
Type
Description
Field
Type
Description
Last updated