UNPKG

bitcore-node

Version:

A blockchain indexing node with extended capabilities using bitcore

9 lines (7 loc) 157 B
import { CoinJSON } from './Coin'; export interface AuthheadJSON { chain: string; network: string; authbase: string; identityOutputs: CoinJSON[]; }