Type alias InstructionInternal

Instruction: {
    calls: AbstractCall[];
    chainId: number;
}

Information about the instructions to be executed in the transaction

Type declaration

  • calls: AbstractCall[]

    Array of abstract calls to be executed in the transaction

  • chainId: number

    Chain ID where the transaction will be executed

    Example

    1 // Ethereum Mainnet