Type alias ClientRPCResponseResult<T>

ClientRPCResponseResult<T>: JSONRPCResponseResult<T, Partial<{
    authorization: string;
}>>

Type Parameters

  • T extends JSONObject = JSONObject

Generated using TypeDoc