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.
-
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) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash