mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 16:28:19 +00:00
change transaction to payment ID
This commit is contained in:
parent
130952020c
commit
e7f58d15ee
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ Outputs:
|
||||||
* *amount* - Amount of transaction output, in atomic units.
|
* *amount* - Amount of transaction output, in atomic units.
|
||||||
* *target* - Output destination information:
|
* *target* - Output destination information:
|
||||||
* *key* - The stealth public key of the receiver. Whoever owns the private key associated with this key controls this transaction output.
|
* *key* - The stealth public key of the receiver. Whoever owns the private key associated with this key controls this transaction output.
|
||||||
* *extra* - Usually called the "transaction ID" but can be used to include any random 32 bytes.
|
* *extra* - Usually called the "payment ID" but can be used to include any random 32 bytes.
|
||||||
* *signatures* - List of ignatures used in ring signature to hide the true origin of the transaction.
|
* *signatures* - List of ignatures used in ring signature to hide the true origin of the transaction.
|
||||||
Example 1: Return transaction information in binary format.
|
Example 1: Return transaction information in binary format.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue