Type alias InterchainTokenServiceGetExpressExecutorWithTokenArgs

InterchainTokenServiceGetExpressExecutorWithTokenArgs: {
    amount: bigint;
    commandId: `0x${string}`;
    payloadHash: `0x${string}`;
    sourceAddress: string;
    sourceChain: string;
    symbol: string;
}

Type declaration

  • amount: bigint
  • commandId: `0x${string}`
  • payloadHash: `0x${string}`
  • sourceAddress: string
  • sourceChain: string
  • symbol: string

Generated using TypeDoc