mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 09:50:08 +01:00
Updated Websocket JSON RPC API (markdown)
parent
1bb2d6b18a
commit
3a790cb65b
@ -69,7 +69,7 @@ The following is an overview of the RPC extension requests available to websocke
|
||||
|---|------|-----------|-------------|
|
||||
|1|[authenticate](#authenticate)|Authenticate the connection against the username and passphrase configured for the RPC server.<br /><font color="orange">NOTE: This is only required if an HTTP Authorization header is not being used.</font>|None|
|
||||
|2|[getbestblock](#getbestblock)|Get block height and hash of best block in the main chain.|None|
|
||||
|3|[getcurrentnet](#getcurrentnet)|Get bitcoin network btcd is running on.|
|
||||
|3|[getcurrentnet](#getcurrentnet)|Get bitcoin network btcd is running on.|None|
|
||||
|4|[notifyblocks](#notifyblocks)|Send notifications when a block is connected or disconnected from the best chain.|[blockconnected](#blockconnected) and [blockdisconnected](#blockdisconnected)|
|
||||
|5|[notifyreceived](#notifyreceived)|Send notifications when a txout spends to an address.|[recvtx](#recvtx) and [redeemingtx](#redeemingtx)|
|
||||
|6|[notifyspent](#notifyspent)|Send notification when a txout is spent.|[redeemingtx](#redeemingtx)|
|
||||
|
Loading…
Reference in New Issue
Block a user