ECHOResponseResult

public enum ECHOResponseResult : Decodable

Represent response result from chain

  • Undocumented

    Declaration

    Swift

    case integer(Int)
  • Undocumented

    Declaration

    Swift

    case string(String)
  • Undocumented

    Declaration

    Swift

    case array([Any])
  • Undocumented

    Declaration

    Swift

    case dictionary([String : Any])
  • Undocumented

    Declaration

    Swift

    case undefined
  • Declaration

    Swift

    public init(from decoder: Decoder) throws