mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Specify grin or nanogrins in API docs where applicable (#2642)
This commit is contained in:
parent
c0880443c0
commit
7678aceddf
1 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ Attempt to update and retrieve outputs.
|
||||||
* **Success Response:**
|
* **Success Response:**
|
||||||
|
|
||||||
* **Code:** 200
|
* **Code:** 200
|
||||||
* **Content:** Array of
|
* **Content:** All listed amounts in nanogrin. Array of
|
||||||
|
|
||||||
| Field | Type | Description |
|
| Field | Type | Description |
|
||||||
|:----------------------------------|:---------|:----------------------------------------|
|
|:----------------------------------|:---------|:----------------------------------------|
|
||||||
|
@ -341,7 +341,7 @@ Send a transaction either directly by http or file (then display the slate)
|
||||||
|
|
||||||
| Field | Type | Description |
|
| Field | Type | Description |
|
||||||
|:------------------------------|:---------|:-------------------------------------|
|
|:------------------------------|:---------|:-------------------------------------|
|
||||||
| amount | number | Amount to send |
|
| amount | number | Amount to send (in nanogrin) |
|
||||||
| minimum_confirmations | number | Minimum confirmations |
|
| minimum_confirmations | number | Minimum confirmations |
|
||||||
| method | string | Payment method |
|
| method | string | Payment method |
|
||||||
| dest | string | Destination url |
|
| dest | string | Destination url |
|
||||||
|
|
Loading…
Reference in a new issue