AbiTypeValueOutputModel

public struct AbiTypeValueOutputModel : Equatable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var type: AbiParameterType
  • Undocumented

    Declaration

    Swift

    public var value: Any
  • Undocumented

    Declaration

    Swift

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

    Swift

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