UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

9 lines (8 loc) 389 B
import { Address } from '../../../../../node_modules/@btc-vision/transaction/build/index.js'; import { CallResult } from '../../../../contracts/CallResult.js'; import { BaseContractProperties } from '../../../interfaces/BaseContractProperties.js'; export interface IOP_NETContract extends BaseContractProperties { deployer(): Promise<CallResult<{ deployer: Address; }>>; }