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

Commit 744e9da

Browse files
authored
feat(acvm)!: Add circuit: &Circuit to eth_contract_from_vk function signature (#420)
1 parent 79950e9 commit 744e9da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

acvm/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ pub trait SmartContract {
100100
fn eth_contract_from_vk(
101101
&self,
102102
common_reference_string: &[u8],
103+
circuit: &Circuit,
103104
verification_key: &[u8],
104105
) -> Result<String, Self::Error>;
105106
}

0 commit comments

Comments
 (0)