Sep24FeeEndpointInfo
public struct Sep24FeeEndpointInfo : Decodable, Sendable
Information about the availability and requirements of the fee endpoint.
Indicates whether the fee endpoint is available and if authentication is required.
-
True if the endpoint is available.
Declaration
Swift
public let enabled: Bool -
True if client must be authenticated before accessing the fee endpoint.
Declaration
Swift
public let authenticationRequired: Bool -
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