ECHODirectResponse

public struct ECHODirectResponse : Decodable

Represent response from chain

  • id

    Undocumented

    Declaration

    Swift

    public let id: Int
  • Undocumented

    Declaration

    Swift

    public let response: ErrorOrResult
  • Undocumented

    Declaration

    Swift

    public let jsonrpc: String
  • Declaration

    Swift

    public init(from decoder: Decoder) throws