UNPKG

@btc-vision/transaction

Version:

OPNet transaction library allows you to create and sign transactions for the OPNet network.

12 lines 272 B
export declare enum TransactionType { GENERIC = 0, FUNDING = 1, DEPLOYMENT = 2, INTERACTION = 3, MULTI_SIG = 4, CUSTOM_CODE = 5, CANCEL = 6, CONSOLIDATED_SETUP = 7, CONSOLIDATED_REVEAL = 8 } //# sourceMappingURL=TransactionType.d.ts.map