Module oplog

Source
Expand description

Operation log subsystem of the client

Structs§

OperationLog
OperationLogEntry
Represents an operation triggered by a user, typically related to sending or receiving money.

Enums§

UpdateStreamOrOutcome
Either a stream of operation updates if the operation hasn’t finished yet or its outcome otherwise.

Functions§

caching_operation_update_stream
Wraps an operation update stream such that the last update before it closes is tried to be written to the operation log entry as its outcome.