opnet
Version:
The perfect library for building Bitcoin-based applications.
12 lines (10 loc) • 370 B
text/typescript
export enum OPNetTransactionTypes {
Generic = 'Generic',
Deployment = 'Deployment',
Interaction = 'Interaction',
//WrapInteraction = 'WrapInteraction',
//UnwrapInteraction = 'UnwrapInteraction',
}
export type InteractionType = OPNetTransactionTypes.Interaction;
//| OPNetTransactionTypes.WrapInteraction
//| OPNetTransactionTypes.UnwrapInteraction;