mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-23 23:47:14 +08:00
17 lines
381 B
JSON
17 lines
381 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "POST request for estimated fee",
|
|
"title": "TransactionFeeEstimateRequest",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": ["transaction_payload"],
|
|
"properties": {
|
|
"transaction_payload": {
|
|
"type": "string"
|
|
},
|
|
"estimated_len": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|