SetOptionsOperationResponse

public class SetOptionsOperationResponse : OperationResponse, @unchecked Sendable

Represents a set options operation response. See Stellar developer docs

  • Threshold for low-security operations.

    Declaration

    Swift

    public let lowThreshold: Int?
  • Threshold for medium-security operations.

    Declaration

    Swift

    public let medThreshold: Int?
  • Threshold for high-security operations.

    Declaration

    Swift

    public let highThreshold: Int?
  • Account ID designated to receive inflation.

    Declaration

    Swift

    public let inflationDestination: String?
  • Home domain used for reverse federation lookup.

    Declaration

    Swift

    public let homeDomain: String?
  • Public key of the signer being added or modified.

    Declaration

    Swift

    public let signerKey: String?
  • Weight of the signer (0-255). Weight of 0 removes the signer.

    Declaration

    Swift

    public let signerWeight: Int?
  • Weight of the master key (0-255).

    Declaration

    Swift

    public let masterKeyWeight: Int?
  • Account flags being set (numeric values).

    Declaration

    Swift

    public let setFlags: [Int]?
  • Account flags being set (string values).

    Declaration

    Swift

    public let setFlagsS: [String]?
  • Account flags being cleared (numeric values).

    Declaration

    Swift

    public let clearFlags: [Int]?
  • Account flags being cleared (string values).

    Declaration

    Swift

    public let clearFlagsS: [String]?
  • Initializer - creates a new instance by decoding from the given decoder.

    Declaration

    Swift

    public required init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder containing the data