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`).
18 lines
387 B
JSON
18 lines
387 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"properties": {
|
|
"bech32": {
|
|
"type": "string",
|
|
"description": "The bech32 (native segwit) address"
|
|
},
|
|
"p2sh-segwit": {
|
|
"deprecated": "v23.02",
|
|
"type": "string",
|
|
"description": "The p2sh-wrapped address"
|
|
}
|
|
}
|
|
}
|