UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

6 lines (5 loc) 162 B
import { AbiType } from '../../../node_modules/@btc-vision/transaction/build/index.js'; export interface BitcoinAbiValue { name: string; type: AbiType; }