getErc1155

function getErc1155(
  contract: RequiredParam<null | ValidContractInstance>,
): Erc1155 | undefined;

Parameters


Returns

type ReturnType = Erc1155 | undefined;