Add docs for fees requests#9
Conversation
Signed-off-by: anton.denishchenko <anton.denishchenko@evernym.com>
Signed-off-by: anton.denishchenko <anton.denishchenko@evernym.com>
| } | ||
| } | ||
| ``` | ||
|
|
There was a problem hiding this comment.
Could you please add a response example?
docs/source/requests-new.md
Outdated
| }, | ||
| "state_proof": | ||
| { | ||
| "multi_signature": {//TODO add valid json string in here}, |
There was a problem hiding this comment.
Please, replace "TODO" with multi_signature from GET_FROZEN_LEDGERS reply example
docs/source/requests-new.md
Outdated
|
|
||
| ## GET_FEE | ||
|
|
||
| Get a fee. Reply has follow state format data: |
There was a problem hiding this comment.
I suggest: Get a fee value by a fee alias
docs/source/requests-new.md
Outdated
| "fee": 10, | ||
| "state_proof": | ||
| { | ||
| "multi_signature": {//TODO add valid json string in here}, |
There was a problem hiding this comment.
Please, replace "TODO" with multi_signature from GET_FROZEN_LEDGERS reply example
docs/source/requests.md
Outdated
| }, | ||
| "state_proof": | ||
| { | ||
| "multi_signature": {//TODO add valid json string in here}, |
There was a problem hiding this comment.
Please, replace "TODO" with multi_signature from GET_FROZEN_LEDGERS reply example
| "fee": 10, | ||
| "state_proof": | ||
| { | ||
| "multi_signature": {//TODO add valid json string in here}, |
There was a problem hiding this comment.
Please, replace "TODO" with multi_signature from GET_FROZEN_LEDGERS reply example
docs/source/requests.md
Outdated
|
|
||
| ## GET_FEE | ||
|
|
||
| Get a fee. Reply has follow state format data: |
There was a problem hiding this comment.
I suggest: Get a fee value by a fee alias
docs/source/transactions.md
Outdated
| } | ||
| ``` | ||
|
|
||
| *Request Example*: |
There was a problem hiding this comment.
Please replace Request Example to a transaction example
Signed-off-by: anton.denishchenko <anton.denishchenko@evernym.com>
Signed-off-by: anton.denishchenko anton.denishchenko@evernym.com