aries-mediator-dotnet / net.globalid.aries.mediator.dotnet.backup / DotnetBackupService / createBackupStoreMessage

createBackupStoreMessage

abstract fun createBackupStoreMessage(input: InputStream, keySeed: String): Single<StoreBackupMessage>

Creates a StoreBackupMessage with the created wallet backup as an attachment.

Parameters

input - is an InputStream to read the backup from.

keySeed - to sign the message with.

Return
Single of a StoreBackupMessage, the created message.