UNPKG

@tokenize.it/dss-vest

Version:

adds erc2771 and a factory for DssVestMintable to dss-vest

10 lines (9 loc) 460 B
export type { ChainlogLike } from "./ChainlogLike"; export type { DaiJoinLike } from "./DaiJoinLike"; export type { DssVest } from "./DssVest"; export type { DssVestMintable } from "./DssVestMintable"; export type { DssVestSuckable } from "./DssVestSuckable"; export type { DssVestTransferrable } from "./DssVestTransferrable"; export type { MintLike } from "./MintLike"; export type { TokenLike } from "./TokenLike"; export type { VatLike } from "./VatLike";