mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 08:51:08 +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:**
|
||||
|
||||
* **Code:** 200
|
||||
* **Content:** Array of
|
||||
* **Content:** All listed amounts in nanogrin. Array of
|
||||
|
||||
| Field | Type | Description |
|
||||
|:----------------------------------|:---------|:----------------------------------------|
|
||||
|
@ -341,7 +341,7 @@ Send a transaction either directly by http or file (then display the slate)
|
|||
|
||||
| Field | Type | Description |
|
||||
|:------------------------------|:---------|:-------------------------------------|
|
||||
| amount | number | Amount to send |
|
||||
| amount | number | Amount to send (in nanogrin) |
|
||||
| minimum_confirmations | number | Minimum confirmations |
|
||||
| method | string | Payment method |
|
||||
| dest | string | Destination url |
|
||||
|
|
Loading…
Reference in a new issue