ipfs-grpc-client
Version:
A client library for the IPFS gRPC API
7 lines • 415 B
TypeScript
/**
* @param {import('@improbable-eng/grpc-web').grpc} grpc
* @param {*} service
* @param {import('../types').Options} opts
*/
export function grpcId(grpc: typeof import("@improbable-eng/grpc-web").grpc, service: any, opts: import('../types').Options): (options?: import("ipfs-core-types/src/root").IDOptions | undefined) => Promise<import("ipfs-core-types/src/root").IDResult>;
//# sourceMappingURL=id.d.ts.map