UNPKG

@btc-vision/btc-runtime

Version:

Bitcoin L1 Smart Contract Runtime for OP_NET. Build decentralized applications on Bitcoin using AssemblyScript and WebAssembly. Fully audited.

11 lines (9 loc) 225 B
export enum TransactionInputFlags { hasCoinbase = 0b00000001, hasWitnesses = 0b00000010, } export enum TransactionOutputFlags { hasTo = 0b00000001, hasScriptPubKey = 0b00000010, OP_RETURN = 0b00000100, }