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