UNPKG

@dappnode/dappnodesdk

Version:

dappnodesdk is a tool to make the creation of new dappnode packages as simple as possible. It helps to initialize and publish in ethereum blockchain

7 lines (6 loc) 202 B
/** * Verify the eth connection outside of the eth library to ensure * capturing HTTP errors * @param ethProvider */ export declare function verifyEthConnection(ethProvider: string): Promise<void>;