AccountRecover

interface AccountRecover

Functions

Link copied to clipboard
abstract suspend fun replaceDeviceKey(account: AccountKeyPair, newKey: AccountKeyPair, serverAuth: Map<RecoveryServerKey, RecoveryServerSigning>, lostKey: AccountKeyPair? = null, sponsorAddress: AccountKeyPair? = null): Transaction
Link copied to clipboard
abstract suspend fun signWithRecoveryServers(transaction: Transaction, accountAddress: AccountKeyPair, serverAuth: Map<RecoveryServerKey, RecoveryServerSigning>): Transaction

Inheritors

Link copied to clipboard