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) throws

    Parameters

    decoder

    The decoder containing the data