UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

8 lines (6 loc) 193 B
export enum OPNetTransactionTypes { Generic = 'Generic', Deployment = 'Deployment', Interaction = 'Interaction', } export type InteractionType = OPNetTransactionTypes.Interaction;