ECHODirectResponse
public struct ECHODirectResponse : Decodable
Represent response from chain
-
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
View on GitHub
ECHODirectResponse Structure Reference