mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
932ca9e91f
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Deprecated: JSON-RPC: `newaddr`: `addresstype` `p2sh-segwit` (use default, or `bech32`).
16 lines
260 B
JSON
16 lines
260 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"required": [],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"addresstype": {
|
|
"type": "string",
|
|
"enum": [
|
|
"bech32",
|
|
"all"
|
|
]
|
|
}
|
|
}
|
|
}
|