Skip to content

v1.10.0

Compare
Choose a tag to compare
@vansergen vansergen released this 30 Oct 14:58
f8f3eeb

Changes

Add methods to RPCClient (see #12):

Wallet

  • abandontransaction
  • abortrescan
  • addmultisigaddress
  • backupwallet
  • bumpfee
  • createwallet
  • dumpprivkey
  • dumpwallet
  • encryptwallet
  • getaddressesbylabel
  • getaddressinfo
  • getbalance
  • getnewaddress
  • getrawchangeaddress
  • getreceivedbyaddress
  • getreceivedbylabel
  • gettransaction
  • getunconfirmedbalance
  • getwalletinfo
  • importaddress
  • importmulti
  • importprivkey
  • importprunedfunds
  • importpubkey
  • importwallet
  • keypoolrefill
  • listaddressgroupings
  • listlabels
  • listlockunspent
  • listreceivedbyaddress
  • listreceivedbylabel
  • listsinceblock
  • listtransactions
  • listunspent
  • listwalletdir
  • listwallets
  • loadwallet
  • lockunspent
  • removeprunedfunds
  • rescanblockchain
  • sendmany
  • sendtoaddress
  • sethdseed
  • setlabel
  • settxfee
  • signmessage
  • signrawtransactionwithwallet
  • unloadwallet
  • walletcreatefundedpsbt
  • walletlock
  • walletpassphrase
  • walletpassphrasechange
  • walletprocesspsbt

NPM devDependencies:

  • Update @typescript-eslint/eslint-plugin to 2.6.0
  • Update @typescript-eslint/parser to 2.6.0