From 12514ba84bda8d0cf77bd3af349498f8cf312192 Mon Sep 17 00:00:00 2001 From: AutonomousOrganization <51036429+AutonomousOrganization@users.noreply.github.com> Date: Wed, 11 Nov 2020 16:32:06 -0800 Subject: [PATCH] Update methods.json update to new api --- methods.json | 90 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 59 insertions(+), 31 deletions(-) diff --git a/methods.json b/methods.json index c1e20b4..0e10077 100644 --- a/methods.json +++ b/methods.json @@ -1,38 +1,66 @@ [ - "dev-blockheight", - "dev-setfees", - "listnodes", - "getroute", - "listchannels", - "invoice", - "listinvoices", - "delinvoice", - "waitanyinvoice", - "waitinvoice", + "autocleaninvoice", + "check", + "checkmessage", + "close", + "connect", + "createonion", "decodepay", - "help", - "stop", - "getlog", - "dev-rhash", - "dev-crash", + "delexpiredinvoice", + "delinvoice", + "delpay", + "dev-sendcustommsg", + "disconnect", + "feerates", + "fundchannel", + "fundchannel_cancel", + "fundchannel_complete", + "fundchannel_start", + "fundpsbt", "getinfo", + "getlog", + "getroute", + "getsharedsecret", + "help", + "hsmtool", + "invoice", + "keysend", + "listchannels", "listconfigs", - "sendpay", - "pay", - "listpayments", - "connect", + "listforwards", + "listfunds", + "listinvoices", + "listnodes", + "listpays", "listpeers", - "fundchannel", - "close", - "dev-sign-last-tx", - "dev-fail", - "dev-reenable-commit", - "dev-ping", - "dev-memdump", - "dev-memleak", - "withdraw", + "listsendpays", + "listtransactions", + "multifundchannel", + "multiwithdraw", "newaddr", - "dev-listaddrs", - "listfunds", - "dev-rescan-outputs" + "notifications", + "openchannel_init", + "openchannel_signed", + "openchannel_update", + "pay", + "ping", + "plugin", + "reserveinputs", + "sendonion", + "sendpay", + "sendpsbt", + "setchannelfee", + "signmessage", + "signpsbt", + "stop", + "txdiscard", + "txprepare", + "txsend", + "unreserveinputs", + "utxopsbt", + "waitanyinvoice", + "waitblockheight", + "waitinvoice", + "waitsendpay", + "withdraw" ]