UNPKG

bsv-p2p-wallet-uat

Version:
6 lines (5 loc) 163 B
import { WoCUtxo } from "./Utils/Tx"; declare class BlochainCache { static getUnspendTxOuput(address: string): WoCUtxo[]; } export default BlochainCache;