UNPKG

@celo-tools/celo-ethers-wrapper

Version:

A minimal wrapper to make Ethers.JS compatible with the Celo network.

3 lines (2 loc) 166 B
import CeloWallet from "./CeloWallet"; export declare function getConversionRateFromCeloToToken(tokenAddress: string, wallet: CeloWallet): Promise<[bigint, bigint]>;