UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

10 lines (9 loc) 150 B
/** * Enum for Bitcoin ABI types. * @readonly * @cathegory Abi */ export enum BitcoinAbiTypes { Function = 'function', Event = 'event', }