AccountOperationResult

data class AccountOperationResult(val operation: OperationSnapshot, val revision: Long, val inserted: Boolean)

Result of one idempotent outgoing operation.

Constructors

Link copied to clipboard
constructor(operation: OperationSnapshot, revision: Long, inserted: Boolean)

Properties

Link copied to clipboard

False when the operation ID already existed.

Link copied to clipboard

Current aggregate delivery state.

Link copied to clipboard

Current database revision.