Type alias InterchainTokenServiceInterchainTransferArgs
InterchainTokenServiceInterchainTransferArgs: {
amount: bigint;
destinationAddress: `0x${string}`;
destinationChain: string;
gasValue: bigint;
metadata: `0x${string}`;
tokenId: `0x${string}`;
}
Type declaration
amount: bigint
destinationAddress: `0x${string}`
destinationChain: string
gasValue: bigint
metadata: `0x${string}`
tokenId: `0x${string}`