mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-10 21:05:04 +00:00
devguides: correct suggested_confirmation_threshold def.
This commit is contained in:
parent
cbdbe4faca
commit
d2ed963087
1 changed files with 2 additions and 2 deletions
|
@ -1924,7 +1924,7 @@ Outputs:
|
|||
* *subaddr_indices* - array; list of indices if multiple where requested.
|
||||
* *major* - unsigned int; Account index for the subaddress.
|
||||
* *minor* - unsigned int; Index of the subaddress under the account.
|
||||
* *suggested_confirmations_threshold* - unsigned int; Estimation of the confirmations needed for the transaction to be included in a block.
|
||||
* *suggested_confirmations_threshold* - unsigned int; Number of confirmations needed for the amount received to be lower than the accumulated block reward (or close to that).
|
||||
* *timestamp* - unsigned int; POSIX timestamp for when this transfer was first confirmed in a block (or timestamp submission if not mined yet).
|
||||
* *txid* - string; Transaction ID for this transfer.
|
||||
* *type* - string; Transfer type: "in"
|
||||
|
@ -2005,7 +2005,7 @@ Outputs:
|
|||
* *subaddr_index* - JSON object containing the major & minor subaddress index:
|
||||
* *major* - unsigned int; Account index for the subaddress.
|
||||
* *minor* - unsigned int; Index of the subaddress under the account.
|
||||
* *suggested_confirmations_threshold* - unsigned int; Estimation of the confirmations needed for the transaction to be included in a block.
|
||||
* *suggested_confirmations_threshold* - unsigned int; Number of confirmations needed for the amount received to be lower than the accumulated block reward (or close to that).
|
||||
* *timestamp* - unsigned int; POSIX timestamp for the block that confirmed this transfer (or timestamp submission if not mined yet).
|
||||
* *txid* - string; Transaction ID of this transfer (same as input TXID).
|
||||
* *type* - string; Type of transfer, one of the following: "in", "out", "pending", "failed", "pool"
|
||||
|
|
Loading…
Reference in a new issue