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