UNPKG

create-web3-dapp-dev

Version:

<p align="center"> <br /> <a href="https://createweb3dapp.alchemy.com"> <img src=".github/images/cw3d-logo.png" width="200" alt=""/></a> <br /> </p>

6 lines (4 loc) 151 B
import { SmartContractInfo } from "./SmartContractInfo.js"; export interface ERC1155smartContractInfo extends SmartContractInfo { supply: boolean; }