UNPKG

@vaimee/my3sec-contracts

Version:

A set of contracts that implements the My3Sec protocol

7 lines (6 loc) 404 B
export type { GovernorCountingSimple } from "./GovernorCountingSimple"; export type { GovernorSettings } from "./GovernorSettings"; export type { GovernorTimelockControl } from "./GovernorTimelockControl"; export type { GovernorVotes } from "./GovernorVotes"; export type { GovernorVotesQuorumFraction } from "./GovernorVotesQuorumFraction"; export type { IGovernorTimelock } from "./IGovernorTimelock";