system-prompts/prompts/gpts/knowledge/Ravencoin GPT/RPC-Method-Whitelist
2024-02-17 08:58:50 -08:00

59 lines
No EOL
1.4 KiB
Text

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"