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-server.mediawiki
2024-05-12 14:34:33 +02:00

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.
|}