mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-22 07:04:55 -04:00
Create "Ravencoin GPT"
This commit is contained in:
parent
05df4052e8
commit
ac887e5ea8
7 changed files with 1549 additions and 0 deletions
59
prompts/gpts/knowledge/Ravencoin GPT/RPC-Method-Whitelist
Normal file
59
prompts/gpts/knowledge/Ravencoin GPT/RPC-Method-Whitelist
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue