mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Add doc
This commit is contained in:
parent
59b0f1b1d7
commit
2ab31d18a3
1 changed files with 4 additions and 2 deletions
|
@ -523,7 +523,8 @@ Roll back a transaction and all associated outputs with a given transaction id T
|
||||||
|
|
||||||
* **URL**
|
* **URL**
|
||||||
|
|
||||||
/v1/wallet/owner/cancel_tx?id=x
|
* /v1/wallet/owner/cancel_tx?id=x
|
||||||
|
* /v1/wallet/owner/cancel_tx?tx_id=x
|
||||||
|
|
||||||
* **Method:**
|
* **Method:**
|
||||||
|
|
||||||
|
@ -532,7 +533,8 @@ Roll back a transaction and all associated outputs with a given transaction id T
|
||||||
* **URL Params**
|
* **URL Params**
|
||||||
|
|
||||||
**Required:**
|
**Required:**
|
||||||
`id=[number]`
|
* `id=[number]` the transaction id
|
||||||
|
* `tx_id=[string]`the transaction slate id
|
||||||
|
|
||||||
* **Data Params**
|
* **Data Params**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue