UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

6 lines (5 loc) 130 B
import type { AbiType } from '@btc-vision/transaction'; export interface BitcoinAbiValue { name: string; type: AbiType; }