UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

7 lines (6 loc) 199 B
export declare enum OPNetTransactionTypes { Generic = "Generic", Deployment = "Deployment", Interaction = "Interaction" } export type InteractionType = OPNetTransactionTypes.Interaction;