UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

7 lines (6 loc) 163 B
export interface BroadcastedTransaction { readonly success: boolean; readonly result?: string; readonly error?: string; readonly peers?: number; }