1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 11:08:05 +01:00
bitcoin-bips/bip-0040/service-client.mediawiki
2024-05-12 14:34:33 +02:00

25 lines
No EOL
418 B
Text

=Service: Client=
* Service type: <code>client</code>
* Service vendor: ???
==Method: Version==
Send the version of the client to the server. This command doesn't expect a response.
* Method name: <code>version</code>
{|
! <ins>[Request]</ins>
! Type
! Example
! Description
|-
! Method
| colspan="3" | <code>client.version</code>
|-
! Params [0]
| <code>string</code>
| <code>0.41</code>
| The client version.
|}