We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333332e commit 477310dCopy full SHA for 477310d
config/v3/proposal/receive.json
@@ -62,6 +62,10 @@
62
"type": "object",
63
"additionalProperties": false,
64
"properties": {
65
+ "app_markup_amount": {
66
+ "description": "The markup amount charged on a client's stake amount",
67
+ "type": "string"
68
+ },
69
"barrier": {
70
"description": "Barrier of the contract.",
71
"type": "string",
config/v3/proposal_open_contract/receive.json
@@ -17,6 +17,10 @@
17
"description": "Account Id",
18
"type": "number"
19
},
20
21
22
23
24
"audit_details": {
25
"title": "Audit details for expired contract.",
26
"description": "Tick details around contract start and end time.",
0 commit comments