Package org. stellar. walletsdk. recovery
Types
Link copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
Link copied to clipboard
data class RecoverableWallet(transaction: Transaction, signers: List<String>)
Content copied to clipboard
Link copied to clipboard
data class RecoverableWalletConfig(accountAddress: AccountKeyPair, deviceAddress: AccountKeyPair, accountThreshold: AccountThreshold, accountIdentity: Map<RecoveryServerKey, List<RecoveryAccountIdentity>>, signerWeight: SignerWeight, sponsorAddress: AccountKeyPair?, builderExtra: (CommonTransactionBuilder<*>) -> Unit?)
Content copied to clipboard
Configuration for recoverable wallet
Link copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
A list of identities that if any one is authenticated will be able to gain control of this account.
Link copied to clipboard
The role of the identity. This value is not used by the server and is stored and echoed back in responses as a way for a client to know conceptually who each identity represents
Link copied to clipboard
data class RecoveryServer(endpoint: String, authEndpoint: String, homeDomain: String, walletSigner: WalletSigner?, clientDomain: String?)
Content copied to clipboard
Recovery server configuration
Link copied to clipboard
Link copied to clipboard
data class RecoveryServerSigning(signerAddress: String, authToken: AuthToken)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard