Fix links to @atomic-unit and remove obsolete note with last update date

This commit is contained in:
erciccione 2020-03-28 15:30:16 +01:00
parent 8d36587390
commit ec9681a258
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF

View file

@ -1956,14 +1956,14 @@ Inputs:
Outputs: Outputs:
* *desc* - The description of the transfer as a list of: * *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_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_out* - unsigned int (64 bit); The sum of the outputs created by the transaction in @atomic-units.
* *recipients* - list of: * *recipients* - list of:
* *address* - string; The public address of the recipient. * *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_address* - string; The address of the change recipient.
* *change_amount* - unsigned int; The amount sent to the change address 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. * *fee* - unsigned int; The fee charged for the transaction in @atomic-units.
* *payment_id* - string; payment ID for this transfer (empty if not provided. * *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). * *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). * *unlock_time* - unsigned int; The number of blocks before the monero can be spent (0 for no lock).