UNPKG

@btc-vision/transaction

Version:

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

12 lines (11 loc) 220 B
export enum TransactionType { GENERIC = 0, FUNDING = 1, DEPLOYMENT = 2, INTERACTION = 3, MULTI_SIG = 4, CUSTOM_CODE = 5, CANCEL = 6, CONSOLIDATED_SETUP = 7, CONSOLIDATED_REVEAL = 8, }