AccountFactory

interface AccountFactory

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun fromDehydratedDevice(pickle: String, nonce: String, pickleKey: PickleKey): Account
Link copied to clipboard
abstract fun fromPickle(pickle: String, pickleKey: PickleKey? = null): Account
Link copied to clipboard
abstract operator fun invoke(): Account