1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 03:03:53 +01:00

Improve blockchain service documentation

This commit is contained in:
Ben van Hartingsveldt 2024-05-13 00:02:13 +02:00
parent 40bc7213f7
commit 05e11947bd
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB
4 changed files with 72 additions and 4 deletions

View file

@ -32,6 +32,10 @@
| The history of the blockchain address.
|}
==Method: Get Balance==
* Method name: <code>get_balance</code>
==Method: Subscribe==
* Method name: <code>subscribe</code>
@ -49,4 +53,20 @@
| <code>string</code>
| <code>1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L</code>
| The address to subscribe to.
|}
|}
==Method: Unsubscribe==
* Method name: <code>unsubscribe</code>
==Method: Get Memory Pool==
* Method name: <code>get_mempool</code>
==Method: Get Proof==
* Method name: <code>get_proof</code>
==Method: List Unspent==
* Method name: <code>listunspent</code>

View file

@ -1,4 +1,28 @@
=Service: Blockchain Block=
* Service type: <code>blockchain.block</code>
* Service vendor: <code>Electrum</code>
* Service vendor: <code>Electrum</code>
==Method: Subscribe==
* Method name: <code>subscribe</code>
==Method: Unsubscribe==
* Method name: <code>unsubscribe</code>
==Method: Get Block Number==
* Method name: <code>get_blocknum</code>
==Method: Get Chunk==
* Method name: <code>get_chunk</code>
==Method: Get Header==
* Method name: <code>get_header</code>
==Method: Ping==
* Method name: <code>ping</code>

View file

@ -1,4 +1,28 @@
=Service: Blockchain Transaction=
* Service type: <code>blockchain.transaction</code>
* Service vendor: <code>Electrum</code>
* Service vendor: <code>Electrum</code>
==Method: Subscribe==
* Method name: <code>subscribe</code>
==Method: Unsubscribe==
* Method name: <code>unsubscribe</code>
==Method: Guess Fee==
* Method name: <code>guess_fee</code>
==Method: Broadcast==
* Method name: <code>broadcast</code>
==Method: Get==
* Method name: <code>get</code>
==Method: Get Merkle==
* Method name: <code>get_merkle</code>

View file

@ -1,6 +1,6 @@
=Service: Wallet=
This service has never been properly defined. It is therefore not standardized and may be removed.
<span style="color:red;">This service has never been properly defined. It is therefore not standardized and may be removed.</span>
* Service type: <code>wallet</code>
* Service vendor: <code>Electrum</code>