AbiTypeValueInputModel

public struct AbiTypeValueInputModel : Equatable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var type: AbiParameterType
  • Undocumented

    Declaration

    Swift

    public var value: String
  • Undocumented

    Declaration

    Swift

    public init(type: AbiParameterType, value: String)
  • Declaration

    Swift

    public static func == (lhs: AbiTypeValueInputModel, rhs: AbiTypeValueInputModel) -> Bool