From 29b11b189685dc79dd6a053eb4478849f9996404 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Wed, 15 Jul 2015 15:55:53 -0300 Subject: [PATCH] add estimatefee rpc call --- lib/RpcClient.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/RpcClient.js b/lib/RpcClient.js index 8d506bb..490f528 100644 --- a/lib/RpcClient.js +++ b/lib/RpcClient.js @@ -33,6 +33,7 @@ var callspec = { decodeRawTransaction: '', dumpPrivKey: '', encryptWallet: '', + estimateFee: 'int', getAccount: '', getAccountAddress: 'str', getAddedNodeInfo: '',