SoftchatDiagnosticsSnapshot

data class SoftchatDiagnosticsSnapshot(val nip44Encryptions: ULong, val nip44Decryptions: ULong, val verifiedEvents: ULong, val signedEvents: ULong, val wrappedEnvelopes: ULong, val unwrappedEnvelopes: ULong, val rejectedOperations: ULong, val inputBytes: ULong, val outputBytes: ULong)

Monotonic process-local counters containing no keys or protocol contents.

Constructors

Link copied to clipboard
constructor(nip44Encryptions: ULong, nip44Decryptions: ULong, verifiedEvents: ULong, signedEvents: ULong, wrappedEnvelopes: ULong, unwrappedEnvelopes: ULong, rejectedOperations: ULong, inputBytes: ULong, outputBytes: ULong)

Properties

Link copied to clipboard

Total bounded input bytes processed.

Link copied to clipboard

Successful NIP-44 decryption count.

Link copied to clipboard

Successful NIP-44 encryption count.

Link copied to clipboard

Total bounded output bytes produced.

Link copied to clipboard

Rejected public operation count.

Link copied to clipboard

Locally signed event count.

Link copied to clipboard

Authenticated NIP-59 envelope count.

Link copied to clipboard

Successfully verified signed-event count.

Link copied to clipboard

Created NIP-59 envelope count.