import { SmartContractInfo } from "./SmartContractInfo.js"; export interface ERC1155smartContractInfo extends SmartContractInfo { supply: boolean; }