TransactionStorage

Thread-safe storage of transactions.

Properties

Link copied to clipboard
abstract val updates: <Error class: unknown class><SignedTransaction>

Get a synchronous Observable of updates. When observations are pushed to the Observer, the vault will already incorporate the update.

Functions

Link copied to clipboard

Return the transaction with the given id, or null if no such transaction exists.

Link copied to clipboard

Return the transaction with its status for the given id, or null if no such transaction exists.

Link copied to clipboard

Returns all currently stored transactions and further fresh ones.

Link copied to clipboard

Returns a future that completes with the transaction corresponding to id once it has been committed