ExtraInfo

public struct ExtraInfo : Decodable, Sendable

Additional information about the deposit process.

Contains optional messages or details that provide context about the deposit.

See SEP-6 Deposit Response

  • (optional) Additional details about the deposit process.

    Declaration

    Swift

    public let message: 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