Get desktop application:
View/edit binary Protocol Buffers messages
* A single contact
Used in:
the unique identifier for the Contact, typically a UUID
the name of the contact
the email address
the path of the image, relative to the contacts database file
this should use the file separator "/"
the Bitcoin address of the contact
the extended public key of the contact
notes
the tags, as repeated strings
* A collection of contacts
the contacts, repeated
* A fiat amount, together with exchange details of how it was generated
Used in:
, ,The fiat amount of the transaction or request.
Stored as a non localised string e.g. 1234.56
The currency code of the fiat amount (e.g. USD)
The exchange name used in the definition of the fiat amount e.g. "Bitstamp";
The exchange rate used in the definition of the fiat amount (this is the price of 1 BTC in the fiat currency)
* A single payment request (as created on the Request bitcoin screen)
Used in:
The payment request bitcoin address (as per the bitcoin URI spec)
The label (as per the bitcoin URI spec)
The bitcoin amount, in satoshi (as per the bitcoin URI spec)
The fiat equivalent of the bitcoin amount
The private note (this is not included on any QRcode)
The creation datetime (millis since epoch)
If true then this payment request is intended for use by Glidera, false otherwise
* A single BIP70 payment request
Used in:
The UUID of the payment request (the BIP70 payment request itself is stored as a binary file in a directory)
The transaction hash (i.e. the transaction id as per the wallet Transaction.hash.toString)
The fiat equivalent of the bitcoin amount
The bitcoin amount, in satoshi (as per the bitcoin URI spec)
The memo on the BIP70 payment request
The creation datetime (millis since epoch)
The identity display name from the PKI data
The trust status of the payment
The trust error message
The payment request expiration date
* The top level message
Collection of MBHD payment requests
Collection of transactions
Collection of BIP70 payment requests
* A single tag
Used in:
the value of the tag
* A single "extra" transaction info (this is data additional to the bitcoinj Transaction)
Used in:
The transaction hash (i.e. the transaction id as per the wallet Transaction.hash.toString)
id = 2 was used by request_address - removed
The fiat amount of the transaction at the time it was first sent or received.
The note added when the transaction is sent
On a send transaction, the miner fee in satoshi. On any other type of transaction : 0 or missing
On a send transaction, the MultiBit/ client fee in satoshi. On any other type of transaction : 0 or missing
Whether the transaction was sent by this wallet (=true) or not