Files
protocol/contracts/erc1155/src/index.ts

4 lines
121 B
TypeScript

export * from './wrappers';
export * from './artifacts';
export { Erc1155Wrapper } from '../test/utils/erc1155_wrapper';