Taquito TypeDocs
    Preparing search index...

    Class OperationBatch

    Hierarchy

    • Provider
      • OperationBatch
    Index

    Constructors

    Properties

    context: Context

    Accessors

    Methods

    • Type Parameters

      • T extends { fee?: number; gasLimit?: number; storageLimit?: number }

      Parameters

      • __namedParameters: T
      • estimator: (param: T) => Promise<Estimate>

      Returns Promise<
          {
              fee: number
              | undefined;
              gasLimit: number | undefined;
              storageLimit: number | undefined;
          },
      >

    • Parameters

      Returns Promise<
          {
              counter: number;
              opbytes: string;
              opOb: { branch: string; contents: OperationContents[]; protocol: string };
          },
      >

    • Parameters

      • publicKeyHash: string

      Returns Promise<boolean>

    • Parameters

      Returns Promise<
          {
              context: Context;
              forgedBytes: ForgedBytes;
              hash: string;
              opResponse: OperationContentsAndResult[];
          },
      >

    • Parameters

      Returns Promise<
          {
              context: Context;
              op: RPCSimulateOperationParam;
              opResponse: PreapplyResponse;
          },
      >