mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 11:08:05 +01:00
30 lines
No EOL
434 B
Text
30 lines
No EOL
434 B
Text
=Service: Server=
|
|
|
|
* Service type: <code>server</code>
|
|
* Service vendor: ???
|
|
|
|
==Method: Banner==
|
|
|
|
A command to get the server banner.
|
|
|
|
* Method name: <code>banner</code>
|
|
|
|
{|
|
|
! <ins>[Request]</ins>
|
|
! Type
|
|
! Example
|
|
! Description
|
|
|-
|
|
! Method
|
|
| colspan="3" | <code>server.banner</code>
|
|
|-
|
|
! <ins>[Response]</ins>
|
|
! Type
|
|
! Example
|
|
! Description
|
|
|-
|
|
! Result
|
|
| <code>string</code>
|
|
| <code>Welcome to Electrum!</code>
|
|
| The server banner.
|
|
|} |