EosioRpcResponseProtocol

public protocol EosioRpcResponseProtocol

Protocol for generic responses. All RPC response objects will contain the _rawResponse property.

  • The raw response, as received from the RPC endpoint. This will contain all of the data, not just the properties enumerated by the response objects.

    Declaration

    Swift

    var _rawResponse: Any? { get set }