getErc721

function getErc721(
  contract: RequiredParam<null | ValidContractInstance>,
): Erc721 | undefined;

Parameters


Returns

type ReturnType = Erc721 | undefined;