UNPKG

@btc-vision/bitcoin-rpc

Version:

The one and only fully typed Bitcoin RPC client for Node.js

11 lines (10 loc) 256 B
export declare enum FeeEstimation { ECONOMICAL = "ECONOMICAL", CONSERVATIVE = "CONSERVATIVE", UNSET = "UNSET" } export interface SmartFeeEstimation { readonly blocks: number; readonly feeRate?: number; readonly errors?: string[]; }