UNPKG

@f5i23q999d/cow-sdk

Version:

<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>

5 lines (4 loc) 254 B
import { Provider } from '@ethersproject/providers'; import { Signer } from '@ethersproject/abstract-signer'; import { GetErc20Decimals } from '../types.js'; export declare function factoryGetErc20Decimals(provider: Signer | Provider): GetErc20Decimals;