EvidenceRequestCreatePassphrase
data class EvidenceRequestCreatePassphrase(val passphraseConstraints: PassphraseConstraints, val message: String, val verifyMessage: String, val assets: Map<String, ByteString>) : EvidenceRequest
Evidence type for asking the user to create a PIN/passphrase.
Parameters
passphraseConstraints
constraints for the PIN/passphrase.
message
message formatted as markdown.
verifyMessage
message formatted as markdown.
assets
images that can be referenced in markdown, type (PNG, JPEG, or SVG) determined by the extension.
Constructors
Link copied to clipboard
constructor(passphraseConstraints: PassphraseConstraints, message: String, verifyMessage: String, assets: Map<String, ByteString>)