@vaimee/my3sec-contracts
Version:
A set of contracts that implements the My3Sec protocol
8 lines (7 loc) • 373 B
TypeScript
import type * as draftErc20PermitSol from "./draft-ERC20Permit.sol";
export type { draftErc20PermitSol };
import type * as draftIerc20PermitSol from "./draft-IERC20Permit.sol";
export type { draftIerc20PermitSol };
export type { ERC20Burnable } from "./ERC20Burnable";
export type { ERC20Votes } from "./ERC20Votes";
export type { IERC20Metadata } from "./IERC20Metadata";