mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-18 23:53:42 +02:00
Fix out of date doc for daemon RPC get_fee_estimate
This commit is contained in:
parent
f583628857
commit
c947c18cf6
@ -979,7 +979,7 @@ $ curl -X POST http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
|
||||
|
||||
### **get_fee_estimate**
|
||||
|
||||
Gives an estimation on fees per kB.
|
||||
Gives an estimation on fees per byte.
|
||||
|
||||
Alias: *None*.
|
||||
|
||||
@ -989,7 +989,8 @@ Inputs:
|
||||
|
||||
Outputs:
|
||||
|
||||
* *fee* - unsigned int; Amount of fees estimated per kB in @atomic-units
|
||||
* *fee* - unsigned int; Amount of fees estimated per byte in @atomic-units
|
||||
* *quantization_mask* - unsigned int; Final fee should be rounded up to an even multiple of this value
|
||||
* *status* - string; General RPC error code. "OK" means everything looks good.
|
||||
* *untrusted* - boolean; States if the result is obtained using the bootstrap mode, and is therefore not trusted (`true`), or when the daemon is fully synced (`false`).
|
||||
|
||||
|
@ -979,7 +979,7 @@ $ curl -X POST http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
|
||||
|
||||
### **get_fee_estimate**
|
||||
|
||||
Gives an estimation on fees per kB.
|
||||
Gives an estimation on fees per byte.
|
||||
|
||||
Alias: *None*.
|
||||
|
||||
@ -989,7 +989,8 @@ Inputs:
|
||||
|
||||
Outputs:
|
||||
|
||||
* *fee* - unsigned int; Amount of fees estimated per kB in @atomic-units
|
||||
* *fee* - unsigned int; Amount of fees estimated per byte in @atomic-units
|
||||
* *quantization_mask* - unsigned int; Final fee should be rounded up to an even multiple of this value
|
||||
* *status* - string; General RPC error code. "OK" means everything looks good.
|
||||
* *untrusted* - boolean; States if the result is obtained using the bootstrap mode, and is therefore not trusted (`true`), or when the daemon is fully synced (`false`).
|
||||
|
||||
|
@ -979,7 +979,7 @@ $ curl -X POST http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
|
||||
|
||||
### **get_fee_estimate**
|
||||
|
||||
Gives an estimation on fees per kB.
|
||||
Gives an estimation on fees per byte.
|
||||
|
||||
Alias: *None*.
|
||||
|
||||
@ -989,7 +989,8 @@ Inputs:
|
||||
|
||||
Outputs:
|
||||
|
||||
* *fee* - unsigned int; Amount of fees estimated per kB in @atomic-units
|
||||
* *fee* - unsigned int; Amount of fees estimated per byte in @atomic-units
|
||||
* *quantization_mask* - unsigned int; Final fee should be rounded up to an even multiple of this value
|
||||
* *status* - string; General RPC error code. "OK" means everything looks good.
|
||||
* *untrusted* - boolean; States if the result is obtained using the bootstrap mode, and is therefore not trusted (`true`), or when the daemon is fully synced (`false`).
|
||||
|
||||
|
@ -979,7 +979,7 @@ $ curl -X POST http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
|
||||
|
||||
### **get_fee_estimate**
|
||||
|
||||
Gives an estimation on fees per kB.
|
||||
Gives an estimation on fees per byte.
|
||||
|
||||
Alias: *None*.
|
||||
|
||||
@ -989,7 +989,8 @@ Inputs:
|
||||
|
||||
Outputs:
|
||||
|
||||
* *fee* - unsigned int; Amount of fees estimated per kB in @atomic-units
|
||||
* *fee* - unsigned int; Amount of fees estimated per byte in @atomic-units
|
||||
* *quantization_mask* - unsigned int; Final fee should be rounded up to an even multiple of this value
|
||||
* *status* - string; General RPC error code. "OK" means everything looks good.
|
||||
* *untrusted* - boolean; States if the result is obtained using the bootstrap mode, and is therefore not trusted (`true`), or when the daemon is fully synced (`false`).
|
||||
|
||||
|
@ -979,7 +979,7 @@ $ curl -X POST http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
|
||||
|
||||
### **get_fee_estimate**
|
||||
|
||||
Donne une estimation des frais par kO.
|
||||
Donne une estimation des frais par octet.
|
||||
|
||||
Alias : *Aucun*.
|
||||
|
||||
@ -989,7 +989,8 @@ Entrées :
|
||||
|
||||
Sorties :
|
||||
|
||||
* *fee* - entier non signé; Montant estimé des frais par kO en @unités-atomiques
|
||||
* *fee* - entier non signé; Montant estimé des frais par octet en @unités-atomiques
|
||||
* *quantization_mask* - entier non signé; Les frais finaux doivent être arrondis à un multiple de cette valeur
|
||||
* *status* - chaîne de caractères; Code erreur général RPC. "OK" signifie que tout va bien.
|
||||
* *untrusted* - booléen; Indique si le résultat est obtenu en utilisant un nœud d'amorce, auquel il ne faudrait pas faire confiance (`true`), ou si le démon est totalement synchronisé (`false`).
|
||||
|
||||
|
@ -979,7 +979,7 @@ $ curl -X POST http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
|
||||
|
||||
### **get_fee_estimate**
|
||||
|
||||
Gives an estimation on fees per kB.
|
||||
Gives an estimation on fees per byte.
|
||||
|
||||
Alias: *None*.
|
||||
|
||||
@ -989,7 +989,8 @@ Inputs:
|
||||
|
||||
Outputs:
|
||||
|
||||
* *fee* - unsigned int; Amount of fees estimated per kB in @atomic-units
|
||||
* *fee* - unsigned int; Amount of fees estimated per byte in @atomic-units
|
||||
* *quantization_mask* - unsigned int; Final fee should be rounded up to an even multiple of this value
|
||||
* *status* - string; General RPC error code. "OK" means everything looks good.
|
||||
* *untrusted* - boolean; States if the result is obtained using the bootstrap mode, and is therefore not trusted (`true`), or when the daemon is fully synced (`false`).
|
||||
|
||||
|
@ -979,7 +979,7 @@ $ curl -X POST http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
|
||||
|
||||
### **get_fee_estimate**
|
||||
|
||||
Gives an estimation on fees per kB.
|
||||
Gives an estimation on fees per byte.
|
||||
|
||||
Alias: *None*.
|
||||
|
||||
@ -989,7 +989,8 @@ Inputs:
|
||||
|
||||
Outputs:
|
||||
|
||||
* *fee* - unsigned int; Amount of fees estimated per kB in @atomic-units
|
||||
* *fee* - unsigned int; Amount of fees estimated per byte in @atomic-units
|
||||
* *quantization_mask* - unsigned int; Final fee should be rounded up to an even multiple of this value
|
||||
* *status* - string; General RPC error code. "OK" means everything looks good.
|
||||
* *untrusted* - boolean; States if the result is obtained using the bootstrap mode, and is therefore not trusted (`true`), or when the daemon is fully synced (`false`).
|
||||
|
||||
|
@ -979,7 +979,7 @@ $ curl -X POST http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
|
||||
|
||||
### **get_fee_estimate**
|
||||
|
||||
Gives an estimation on fees per kB.
|
||||
Gives an estimation on fees per byte.
|
||||
|
||||
Alias: *None*.
|
||||
|
||||
@ -989,7 +989,8 @@ Inputs:
|
||||
|
||||
Outputs:
|
||||
|
||||
* *fee* - unsigned int; Amount of fees estimated per kB in @atomic-units
|
||||
* *fee* - unsigned int; Amount of fees estimated per byte in @atomic-units
|
||||
* *quantization_mask* - unsigned int; Final fee should be rounded up to an even multiple of this value
|
||||
* *status* - string; General RPC error code. "OK" means everything looks good.
|
||||
* *untrusted* - boolean; States if the result is obtained using the bootstrap mode, and is therefore not trusted (`true`), or when the daemon is fully synced (`false`).
|
||||
|
||||
|
@ -979,7 +979,7 @@ $ curl -X POST http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
|
||||
|
||||
### **get_fee_estimate**
|
||||
|
||||
Gives an estimation on fees per kB.
|
||||
Gives an estimation on fees per byte.
|
||||
|
||||
Alias: *None*.
|
||||
|
||||
@ -989,7 +989,8 @@ Inputs:
|
||||
|
||||
Outputs:
|
||||
|
||||
* *fee* - unsigned int; Amount of fees estimated per kB in @atomic-units
|
||||
* *fee* - unsigned int; Amount of fees estimated per byte in @atomic-units
|
||||
* *quantization_mask* - unsigned int; Final fee should be rounded up to an even multiple of this value
|
||||
* *status* - string; General RPC error code. "OK" means everything looks good.
|
||||
* *untrusted* - boolean; States if the result is obtained using the bootstrap mode, and is therefore not trusted (`true`), or when the daemon is fully synced (`false`).
|
||||
|
||||
|
@ -979,7 +979,7 @@ $ curl -X POST http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
|
||||
|
||||
### **get_fee_estimate**
|
||||
|
||||
Gives an estimation on fees per kB.
|
||||
Gives an estimation on fees per byte.
|
||||
|
||||
Alias: *None*.
|
||||
|
||||
@ -989,7 +989,8 @@ Inputs:
|
||||
|
||||
Outputs:
|
||||
|
||||
* *fee* - unsigned int; Amount of fees estimated per kB in @atomic-units
|
||||
* *fee* - unsigned int; Amount of fees estimated per byte in @atomic-units
|
||||
* *quantization_mask* - unsigned int; Final fee should be rounded up to an even multiple of this value
|
||||
* *status* - string; General RPC error code. "OK" means everything looks good.
|
||||
* *untrusted* - boolean; States if the result is obtained using the bootstrap mode, and is therefore not trusted (`true`), or when the daemon is fully synced (`false`).
|
||||
|
||||
|
@ -979,7 +979,7 @@ $ curl -X POST http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
|
||||
|
||||
### **get_fee_estimate**
|
||||
|
||||
Gives an estimation on fees per kB.
|
||||
Gives an estimation on fees per byte.
|
||||
|
||||
Alias: *None*.
|
||||
|
||||
@ -989,7 +989,8 @@ Inputs:
|
||||
|
||||
Outputs:
|
||||
|
||||
* *fee* - unsigned int; Amount of fees estimated per kB in @atomic-units
|
||||
* *fee* - unsigned int; Amount of fees estimated per byte in @atomic-units
|
||||
* *quantization_mask* - unsigned int; Final fee should be rounded up to an even multiple of this value
|
||||
* *status* - string; General RPC error code. "OK" means everything looks good.
|
||||
* *untrusted* - boolean; States if the result is obtained using the bootstrap mode, and is therefore not trusted (`true`), or when the daemon is fully synced (`false`).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user