ExtraInfo
public struct ExtraInfo : Decodable, Sendable
Additional information about the deposit process.
Contains optional messages or details that provide context about the deposit.
-
(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) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash