@iexec/dataprotector
Version:
This product enables users to confidentially store data–such as mail address, documents, personal information ...
7 lines (6 loc) • 401 B
TypeScript
import { ProtectedDataPricingParamsGraphQLResponse } from '../../types/graphQLTypes.js';
import { Address } from '../../types/index.js';
import { SubgraphConsumer } from '../../types/internalTypes.js';
export declare function getProtectedDataPricingParamsQuery({ graphQLClient, protectedData, }: SubgraphConsumer & {
protectedData: Address;
}): Promise<ProtectedDataPricingParamsGraphQLResponse>;