@JsonClass(true) data class StoreBackupMessage : AgentMessage
<init> |
StoreBackupMessage(backupKey: String, payload: List<AttachmentDescriptor>, payloadSignature: Base64NormalString) |
backupKey |
is the public key used for signing the backup. val backupKey: String |
payload |
contains an AttachmentDescriptor with "libindy-backup-request-0" as ID and base64 wallet backup file content as data. val payload: List<AttachmentDescriptor> |
payloadSignature |
is a base64 signature over the wallet backup file content. val payloadSignature: Base64NormalString |