UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

9 lines (8 loc) 171 B
export declare enum TransactionInputFlags { hasCoinbase = 1 } export declare enum TransactionOutputFlags { hasTo = 1, hasScriptPubKey = 2, OP_RETURN = 4 }