Taquito TypeDocs
    Preparing search index...

    Interface PreparedOperation

    interface PreparedOperation {
        counter: number;
        opOb: { branch: string; contents: OperationContents[]; protocol: string };
        simulation?: { gasLimitPatchableIndexes?: number[] };
    }
    Index

    Properties

    counter: number
    opOb: { branch: string; contents: OperationContents[]; protocol: string }
    simulation?: { gasLimitPatchableIndexes?: number[] }

    Type Declaration

    • OptionalgasLimitPatchableIndexes?: number[]

      Indexes of operation contents whose gas limit was auto-assigned for simulation. This mirrors octez-client's may_patch_limits behavior, which tracks manager operations with unknown gas limits and rebalances only that set against the block gas budget during simulation.