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

14 lines
208 B
JSON
Raw Normal View History

2022-04-01 05:12:45 +01:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
2022-04-01 05:12:45 +01:00
"required": [
"txid"
],
"properties": {
"txid": {
"type": "txid"
2022-04-01 05:12:45 +01:00
}
}
}