Get desktop application:
View/edit binary Protocol Buffers messages
/ A 32-byte compressed Ristretto curve point (public key)
Used in:
, ,MaskedAmount.
Used in:
A Pedersen commitment `v*G + s*H`
`masked_value = value XOR_8 Blake2B("value_mask" || shared_secret)`
`masked_token_id = token_id XOR_8 Blake2B("token_id_mask" || shared_secret)`
/ A public address, used to identify recipients.
/ View public key
/ Spend public key
/ Optional url of fog report server. / Empty string when not in use, i.e. for accounts that don't have fog service. / Indicates the place at which the fog report server should be contacted.
/ Optional fog report id. / The fog report server may serve multiple reports, this id disambiguates / which one to use when sending to this account.
/ View key signature over the fog authority subjectPublicKeyInfo. / / This must be parseable as a RistrettoSignature.
Given to the recipient of a transaction output by the sender so that the recipient may verify that the other party is indeed the sender. Often given to the recipient before the transaction is finalized so that the recipient may know to anticipate the arrival of a transaction output, as well as know who it's from, when to consider it as having surpassed the tombstone block, and the expected amount of the output.
Public key of the TxOut.
Confirmation number of the TxOut.
Tombstone block of the Tx that produced the TxOut. Note: This value is self-reported by the sender and is unverifiable.
Amount of the TxOut. Note: This value is self-reported by the sender and is unverifiable.
A hash of the shared secret of a transaction output. Can be used by the recipient of a transaction output to verify that the bearer of this number knew the shared secret of the transaction output, thereby providing evidence that they are the sender.
Used in: