ProofSchemaListItem

data class ProofSchemaListItem(var id: String, var createdDate: String, var lastModified: String, var deletedAt: String?, var name: String, var expireDuration: UInt)

Constructors

Link copied to clipboard
constructor(id: String, createdDate: String, lastModified: String, deletedAt: String?, name: String, expireDuration: UInt)

Types

Link copied to clipboard
object Companion

Properties

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

Defines how long the system will store data received from wallets. After the defined duration, the received proof and its data are deleted from the system. If 0, proofs received when using this schema will not be deleted.

Link copied to clipboard
var id: String
Link copied to clipboard
Link copied to clipboard