Type alias InterchainTokenFactoryDeployRemoteInterchainTokenArgs

InterchainTokenFactoryDeployRemoteInterchainTokenArgs: {
    destinationChain: string;
    gasValue: bigint;
    minter: `0x${string}`;
    originalChainName: string;
    salt: `0x${string}`;
}

Type declaration

  • destinationChain: string
  • gasValue: bigint
  • minter: `0x${string}`
  • originalChainName: string
  • salt: `0x${string}`

Generated using TypeDoc