StoredPresignResult

@Serializable
data class StoredPresignResult(val materialBytes: ByteArray, val sessionId: String, val groupId: String, val timestamp: Long)

Serializable representation of a presign result for persistent storage.

Stores the presign material bytes and session ID. Consumed (deleted) after a successful sign operation.

Constructors

Link copied to clipboard
constructor(materialBytes: ByteArray, sessionId: String, groupId: String, timestamp: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int