Type alias InterchainTokenServiceExpressExecuteArgs

InterchainTokenServiceExpressExecuteArgs: {
    commandId: `0x${string}`;
    payload: `0x${string}`;
    sourceAddress: string;
    sourceChain: string;
}

Type declaration

  • commandId: `0x${string}`
  • payload: `0x${string}`
  • sourceAddress: string
  • sourceChain: string

Generated using TypeDoc