UNPKG

ipfs-grpc-client

Version:
7 lines 415 B
/** * @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