UNPKG

@btc-vision/bitcoin-rpc

Version:

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

8 lines (7 loc) 255 B
export var WalletPurpose; (function (WalletPurpose) { WalletPurpose["Receive"] = "receive"; WalletPurpose["Change"] = "change"; WalletPurpose["Send"] = "send"; WalletPurpose["Legacy"] = "legacy"; })(WalletPurpose || (WalletPurpose = {}));