Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageTransactionsIterator ¶
type PageTransactionsIterator = cdriver.PageIterator[*TransactionRecord]
PageTransactionsIterator is an iterator of *TransactionRecord with support for pagination
type QueryTransactionsParams ¶
type QueryTransactionsParams = ttxdb.QueryTransactionsParams
QueryTransactionsParams defines the parameters for querying movements
type TransactionRecord ¶
type TransactionRecord = dbdriver.TransactionRecord
TransactionRecord is a more finer-grained version of a movement record. Given a Token Transaction, for each token action in the Token Request, a transaction record is created for each unique enrollment ID found in the outputs. The transaction record contains the total amount of the token type that was transferred to/from that enrollment ID in that action.
Click to show internal directories.
Click to hide internal directories.