Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

feat(acvm)!: Add circuit: &Circuit to eth_contract_from_vk function signature #420

Merged
merged 2 commits into from
Jul 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions acvm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ pub trait SmartContract {
&self,
common_reference_string: &[u8],
verification_key: &[u8],
circuit: &Circuit,
jp4g marked this conversation as resolved.
Show resolved Hide resolved
) -> Result<String, Self::Error>;
}

Expand Down