Type alias InterchainTokenTransferArgs

InterchainTokenTransferArgs: {
    amount: bigint;
    recipient: `0x${string}`;
}

Type declaration

  • amount: bigint
  • recipient: `0x${string}`

Generated using TypeDoc