rgb-cln/doc/schemas/newaddr.request.json

17 lines
276 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [],
"additionalProperties": false,
"properties": {
"addresstype": {
"type": "string",
"enum": [
"bech32",
"p2tr",
"all"
]
}
}
}