ParameterResponse
public final class ParameterResponse : Decodable, Sendable
Represents a parameter passed to a Soroban contract function.
-
Parameter type.
Declaration
Swift
public let type: String -
Parameter value.
Declaration
Swift
public let value: String -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public required init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash