UNPKG

@vocdoni/davinci-contracts

Version:

Smart contracts powering DAVINCI's digital voting protocol

7 lines (6 loc) 390 B
import type * as resultsverifierVkeySol from "./resultsverifier_vkey.sol"; export type { resultsverifierVkeySol }; import type * as statetransitionVkeySol from "./statetransition_vkey.sol"; export type { statetransitionVkeySol }; export type { ResultsVerifierGroth16 } from "./ResultsVerifierGroth16"; export type { StateTransitionVerifierGroth16 } from "./StateTransitionVerifierGroth16";