mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
Fix links to @atomic-unit and remove obsolete note with last update date
This commit is contained in:
parent
8d36587390
commit
ec9681a258
1 changed files with 5 additions and 5 deletions
|
@ -1956,14 +1956,14 @@ Inputs:
|
|||
|
||||
Outputs:
|
||||
* *desc* - The description of the transfer as a list of:
|
||||
* *amount_in* - unsigned int (64 bit); The sum of the inputs spent by the transaction in @atomic units.
|
||||
* *amount_out* - unsigned int (64 bit); The sum of the outputs created by the transaction in @atomic units.
|
||||
* *amount_in* - unsigned int (64 bit); The sum of the inputs spent by the transaction in @atomic-units.
|
||||
* *amount_out* - unsigned int (64 bit); The sum of the outputs created by the transaction in @atomic-units.
|
||||
* *recipients* - list of:
|
||||
* *address* - string; The public address of the recipient.
|
||||
* *amount* - unsigned int; The amount sent to the recipient in @atomic units.
|
||||
* *amount* - unsigned int; The amount sent to the recipient in @atomic-units.
|
||||
* *change_address* - string; The address of the change recipient.
|
||||
* *change_amount* - unsigned int; The amount sent to the change address in @atomic units.
|
||||
* *fee* - unsigned int; The fee charged for the transaction in @atomic units.
|
||||
* *change_amount* - unsigned int; The amount sent to the change address in @atomic-units.
|
||||
* *fee* - unsigned int; The fee charged for the transaction in @atomic-units.
|
||||
* *payment_id* - string; payment ID for this transfer (empty if not provided.
|
||||
* *ring_size* - unsigned int; The number of inputs in the ring (1 real output + the number of decoys from the blockchain).
|
||||
* *unlock_time* - unsigned int; The number of blocks before the monero can be spent (0 for no lock).
|
||||
|
|
Loading…
Reference in a new issue