mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 11:08:05 +01:00
25 lines
No EOL
418 B
Text
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.
|
|
|} |