We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track lbcd and lbcwallet integration with Block DX, a decentralized exchange.
This project is proposed and initiated by @kodxana Most required RPCs seem to be supported in lbcd/lbcwallet with few needs to be investigate.
[x] createrawtransaction [{"txid":"value","vout":n},...] {"address":amount,...} (locktime) [x] decoderawtransaction "hextx" [x] getblock "hash" (verbosity=1) [x] getblockchaininfo - works but requires lbcwallet running [x] getnetworkinfo - works but requires lbcwallet running [x] getblockhash index [x] getnewaddress - works but requires lbcwallet running [x] getrawmempool - works but requires lbcwallet running [x] getrawtransaction "txid" (verbose=false) [x] gettransaction "txid" (includewatchonly=false) [x] gettxout "txid" vout (includemempool=true) [ ] listunspent - works but requires lbcwallet running [x] sendrawtransaction "hextx" ({"value":value}) [x] signmessage "address" "message" [x] signrawtransactionwithwallet "rawtx" [x] signrawtransaction "rawtx" ... [x] verifymessage "address" "signature" "message"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Track lbcd and lbcwallet integration with Block DX, a decentralized exchange.
This project is proposed and initiated by @kodxana
Most required RPCs seem to be supported in lbcd/lbcwallet with few needs to be investigate.
[x] createrawtransaction [{"txid":"value","vout":n},...] {"address":amount,...} (locktime)
[x] decoderawtransaction "hextx"
[x] getblock "hash" (verbosity=1)
[x] getblockchaininfo - works but requires lbcwallet running
[x] getnetworkinfo - works but requires lbcwallet running
[x] getblockhash index
[x] getnewaddress - works but requires lbcwallet running
[x] getrawmempool - works but requires lbcwallet running
[x] getrawtransaction "txid" (verbose=false)
[x] gettransaction "txid" (includewatchonly=false)
[x] gettxout "txid" vout (includemempool=true)
[ ] listunspent - works but requires lbcwallet running
[x] sendrawtransaction "hextx" ({"value":value})
[x] signmessage "address" "message"
[x] signrawtransactionwithwallet "rawtx"
[x] signrawtransaction "rawtx" ...
[x] verifymessage "address" "signature" "message"
The text was updated successfully, but these errors were encountered: