You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emulate the bitcoind rpc apis in order to let letchain usable for external softwares like lightning. First we implement RPC apis used by elements/lightning:
estimatefees
sendrawtx
getrawblock (hash)
getblockcount
getoutput (height, txnum, outindex)
getblockhash (height)
gettxout (txid, outindex)
The text was updated successfully, but these errors were encountered:
Emulate the bitcoind rpc apis in order to let letchain usable for external softwares like lightning. First we implement RPC apis used by elements/lightning:
The text was updated successfully, but these errors were encountered: