Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransactionData ¶
type TransactionData struct { Tx *token.TokenTransaction // The fabric transaction ID TxID string }
TransactionData struct contains the token transaction, and the Fabric transaction ID. The TokenTransaction is created by the prover peer, but the transaction ID is only created later by the client (using the TokenTransaction and a nonce). At validation and commit time, both the TokenTransaction, and the transaction ID are needed by the committing peer. Storing them together in a single struct facilitates the handling of them.
Click to show internal directories.
Click to hide internal directories.