UNPKG

@kadena/hardhat-chainweb

Version:
6 lines 377 B
import { BytesLike } from 'ethers'; import { JsonRpcProvider } from 'ethers'; export declare const isValidProvider: (provider: JsonRpcProvider | undefined | null) => provider is JsonRpcProvider; export declare function getProvider(rpcUrl: string): JsonRpcProvider; export declare function wordToAddress(hexbytes: BytesLike): string; //# sourceMappingURL=ethers-helpers.d.ts.map