mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 19:16:28 +01:00
30 lines
434 B
Text
30 lines
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.
|
||
|
|}
|