Type Alias InstructionInternal

Instruction: {
    calls: AbstractCall[] | ComposableCall[];
    chainId: number;
    isComposable?: boolean;
}

Information about the instructions to be executed in the transaction

Type declaration

  • calls: AbstractCall[] | ComposableCall[]

    Array of abstract calls to be executed in the transaction

  • chainId: number

    Chain ID where the transaction will be executed

    1 // Ethereum Mainnet
    
  • OptionalisComposable?: boolean

    Flag for composable call