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.

7 lines (5 loc) 142 B
import { Address } from '../types/Address'; export interface IBTC { readonly contractDeployer: Address; readonly address: Address; }