Type alias InterchainTokenFactoryDeployRemoteCanonicalInterchainTokenArgs

InterchainTokenFactoryDeployRemoteCanonicalInterchainTokenArgs: {
    destinationChain: string;
    gasValue: bigint;
    originalChain: string;
    originalTokenAddress: `0x${string}`;
}

Type declaration

  • destinationChain: string
  • gasValue: bigint
  • originalChain: string
  • originalTokenAddress: `0x${string}`

Generated using TypeDoc