abstract fun createBackupStoreMessage(input: InputStream, keySeed: String): Single<StoreBackupMessage>
Creates a StoreBackupMessage with the created wallet backup as an attachment.
input
- is an InputStream to read the backup from.
keySeed
- to sign the message with.
Return
Single of a StoreBackupMessage, the created message.