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