getErc20

function getErc20(
  contract: RequiredParam<null | ValidContractInstance>,
): Erc20 | undefined;

Parameters


Returns

type ReturnType = Erc20 | undefined;