Skip to content
Snippets Groups Projects
Commit d09fcf4a authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Created Session models

parent 814c7f91
No related branches found
No related tags found
No related merge requests found
package io.elixxir.dapp.session.models
import bindings.Cmix
import bindings.E2e
@JvmInline
value class SessionPassword(val value: ByteArray)
@JvmInline
value class CmixMediator(private val value: Cmix)
@JvmInline
value class E2eMediator(private val value: E2e)
@JvmInline
value class ReceptionIdentity(val value: ByteArray)
@JvmInline
value class E2eParams(val value: ByteArray)
enum class Environment {
MainNet, ReleaseNet
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment