UNPKG

@vocdoni/davinci-contracts

Version:

Smart contracts powering DAVINCI's digital voting protocol

7 lines (6 loc) 189 B
import type * as access from "./access"; export type { access }; import type * as proxy from "./proxy"; export type { proxy }; import type * as utils from "./utils"; export type { utils };