Create "Ravencoin GPT"

This commit is contained in:
Elias Bachaalany 2024-02-17 08:58:50 -08:00
parent 05df4052e8
commit ac887e5ea8
7 changed files with 1549 additions and 0 deletions

View file

@ -0,0 +1,59 @@
Whitelisted methods/procedures for https://rvn-rpc-mainnet.ting.finance/rpc
/== Addressindex ==
"getaddressbalance",
"getaddressdeltas",
"getaddressmempool",
"getaddresstxids",
"getaddressutxos"
//== Assets ==
"getassetdata",
"listaddressesbyasset",
"listassetbalancesbyaddress",
"listassets"
//== Blockchain ==
"decodeblock",
"getbestblockhash",
"getblock",
"getblockchaininfo",
"getblockcount",
"getblockhash",
"getblockheader",
"getchaintips",
"getchaintxstats",
"getdifficulty",
"getmempoolancestors",
"getmempooldescendants",
"getmempoolentry",
"getmempoolinfo",
"getrawmempool",
"getspentinfo",
"gettxout",
"gettxoutproof"
//== Control ==
"help"
//== Rawtransactions ==
"combinerawtransaction",
"createrawtransaction",
"decoderawtransaction",
"decodescript",
"getrawtransaction",
"sendrawtransaction",
"signrawtransaction",
"testmempoolaccept"
//== Restricted assets ==
"checkaddressrestriction",
"checkaddresstag",
"checkglobalrestriction",
"getverifierstring",
"isvalidverifierstring",
"listaddressesfortag",
"listaddressrestrictions",
"listglobalrestrictions",
"listtagsforaddress"
//== Util ==
"estimatefee",
"estimatesmartfee",
"signmessagewithprivkey",
"validateaddress",
"verifymessage"