UNPKG

@taquito/taquito

Version:

High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.

4 lines (3 loc) 391 B
import { OpKind } from '@taquito/rpc'; export declare const BATCH_KINDS: OpKind[]; export type BatchKinds = OpKind.ACTIVATION | OpKind.ORIGINATION | OpKind.TRANSACTION | OpKind.DELEGATION | OpKind.REGISTER_GLOBAL_CONSTANT | OpKind.INCREASE_PAID_STORAGE | OpKind.TRANSFER_TICKET | OpKind.SMART_ROLLUP_ADD_MESSAGES | OpKind.SMART_ROLLUP_ORIGINATE | OpKind.SMART_ROLLUP_EXECUTE_OUTBOX_MESSAGE;