RequiredInfoUpdates

public struct RequiredInfoUpdates : Decodable, Sendable

Information about fields that need to be updated for a transaction.

Returned when transaction status is pending_transaction_info_update, indicating additional information is required to proceed.

See SEP-6 Transaction Object

  • Fields that require updates, keyed by field name.

    Declaration

    Swift

    public let fields: [String : AnchorField]?
  • 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