2021-06-16 10:40:17 +09:30
|
|
|
{
|
2021-11-04 15:15:51 +01:00
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"type": "object",
|
|
|
|
"additionalProperties": false,
|
|
|
|
"required": [],
|
|
|
|
"properties": {
|
2023-07-11 05:29:41 +09:30
|
|
|
"p2tr": {
|
|
|
|
"added": "v23.08",
|
|
|
|
"type": "string",
|
|
|
|
"description": "The taproot address"
|
|
|
|
},
|
2021-11-04 15:15:51 +01:00
|
|
|
"bech32": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "The bech32 (native segwit) address"
|
|
|
|
},
|
|
|
|
"p2sh-segwit": {
|
2023-01-13 11:10:35 +10:30
|
|
|
"deprecated": "v23.02",
|
2021-11-04 15:15:51 +01:00
|
|
|
"type": "string",
|
|
|
|
"description": "The p2sh-wrapped address"
|
2021-06-16 10:40:17 +09:30
|
|
|
}
|
2021-11-04 15:15:51 +01:00
|
|
|
}
|
2021-06-16 10:40:17 +09:30
|
|
|
}
|