interface ProtobufRpcClient {
    request(service, method, data): Promise<Uint8Array>;
}

Methods

Methods

  • Parameters

    • service: string
    • method: string
    • data: Uint8Array

    Returns Promise<Uint8Array>

Generated using TypeDoc