Sep30Request
public struct Sep30Request : Sendable
Request structure for registering or updating account recovery identities.
Used when registering a new account or updating identities for an existing account with a SEP-30 recovery service. Contains the list of identities that can recover the account.
-
List of identities that can authenticate to gain control of the account. Each identity can have multiple authentication methods.
Declaration
Swift
public var identities: [Sep30RequestIdentity] -
Creates a new SEP-30 request for account recovery.
Declaration
Swift
public init(identities: [Sep30RequestIdentity]) -
Converts the request to a JSON-compatible dictionary for API submission.
Declaration
Swift
public func toJson() -> [String : Any]
View on GitHub
Install in Dash