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

15 lines
289 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"enable"
],
"properties": {
"enable": {
"type": "boolean",
"description": "Whether to enable or disable transaction batching"
}
}
}