UNPKG

@api3/contracts

Version:

Contracts through which API3 services are delivered

7 lines 730 B
import * as ethers from 'ethers'; declare function computeApi3ReaderProxyV1Address(chainId: ethers.BigNumberish, dapiName: string, dappId: ethers.BigNumberish, metadata: ethers.BytesLike): string; declare function computeCommunalApi3ReaderProxyV1Address(chainId: ethers.BigNumberish, dapiName: string): string; declare function unsafeComputeDappId(dappAlias: string, chainId: ethers.BigNumberish): bigint; declare function computeDappSpecificApi3ReaderProxyV1Address(dappAlias: string, chainId: ethers.BigNumberish, dapiName: string): string; export { computeApi3ReaderProxyV1Address, computeCommunalApi3ReaderProxyV1Address, unsafeComputeDappId, computeDappSpecificApi3ReaderProxyV1Address, }; //# sourceMappingURL=proxy.d.ts.map