Skip to content
Snippets Groups Projects
Commit f079a546 authored by inso's avatar inso
Browse files

Add parameters to blockchain bma api

parent f3139371
No related branches found
No related tags found
No related merge requests found
......@@ -225,10 +225,19 @@ PARAMETERS_SCHEMA = {
"percentRot": {
"type": "number"
},
"udTime0": {
"type": "number"
},
"udEffectiveTime0": {
"type": "number"
},
"dtEffective": {
"type": "number"
}
},
"required": ["currency", "c", "dt", "ud0","sigPeriod", "sigValidity", "sigQty", "xpercent", "sigStock",
"sigWindow", "msValidity","stepMax", "medianTimeBlocks",
"avgGenTime", "dtDiffEval", "percentRot"]
"avgGenTime", "dtDiffEval", "percentRot", "udTime0", "udEffectiveTime0", "dtEffective"]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment