UNPKG

@vocdoni/davinci-contracts

Version:

Smart contracts powering DAVINCI's digital voting protocol

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