UNPKG

@btc-vision/bitcoin-rpc

Version:

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

7 lines (6 loc) 235 B
export var FeeEstimation; (function (FeeEstimation) { FeeEstimation["ECONOMICAL"] = "ECONOMICAL"; FeeEstimation["CONSERVATIVE"] = "CONSERVATIVE"; FeeEstimation["UNSET"] = "UNSET"; })(FeeEstimation || (FeeEstimation = {}));