UNPKG

@btc-vision/transaction

Version:

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

10 lines (9 loc) 175 B
export enum TransactionType { GENERIC = 0, FUNDING = 1, DEPLOYMENT = 2, INTERACTION = 3, MULTI_SIG = 4, CUSTOM_CODE = 5, CHALLENGE_SOLUTION = 6, }