bulk payments method fix
Signed-off-by: PRavaga <trueravaga@gmail.com>
This commit is contained in:
parent
943236f16b
commit
8f3fd43ef0
1 changed files with 8 additions and 8 deletions
|
|
@ -4,13 +4,13 @@ Gets list of incoming transfers by given payment IDs
|
|||
|
||||
```json
|
||||
{
|
||||
"jsonrpc": "2.0",
|
||||
"id": 0,
|
||||
"method": "get_payments",
|
||||
"params": {
|
||||
"payment_id": "",
|
||||
"allow_locked_transactions": false
|
||||
}
|
||||
"jsonrpc": "2.0",
|
||||
"id": 0,
|
||||
"method": "get_bulk_payments",
|
||||
"params": {
|
||||
"payment_id": "",
|
||||
"allow_locked_transactions": false
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -45,4 +45,4 @@ Gets list of incoming transfers by given payment IDs
|
|||
- amount - unsigned int; amount of coins in atomic units.
|
||||
- block_height - unsigned int; height of the block containing corresponding transaction.
|
||||
- tx_hash - string; transaction’s hash.
|
||||
- unlock_time - unsigned int; if nonzero — unix timestamp since then this transfer’s coins can be spent. If it is less than 500000000, the value is treated as a minimum block height at which this transfer’s coin can be spent.
|
||||
- unlock_time - unsigned int; if nonzero — unix timestamp since then this transfer’s coins can be spent. If it is less than 500000000, the value is treated as a minimum block height at which this transfer’s coin can be spent.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue