Softchat Diagnostics Snapshot
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
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.