From 6da21d4a5a436f17e4eaac6cb82380c05f4f8e58 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 13 Mar 2024 23:33:00 -0600 Subject: [PATCH] feat: add 'getRawTransactionMulti' --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index f94cf17..c2fd6be 100644 --- a/lib/index.js +++ b/lib/index.js @@ -236,6 +236,7 @@ RpcClient.callspec = { getRawMemPool: 'bool', getRawChangeAddress: '', getRawTransaction: 'str int', + getRawTransactionMulti: 'obj bool', getReceivedByAccount: 'str int', getReceivedByAddress: 'str int', getSpentInfo: 'obj',