SEP30ResponseSigner

public struct SEP30ResponseSigner : Decodable, Sendable

Signer key information provided by the recovery service.

Contains the public key that the recovery service can use to sign transactions for the associated account.

  • key

    Public key of the signer that the recovery service generated for this account. This key should be added as a signer to the Stellar account with appropriate weight.

    Declaration

    Swift

    public let key: String
  • Initializer - creates a new instance by decoding from the given decoder.

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder containing the data