We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b536c commit 9a44961Copy full SHA for 9a44961
noir-projects/aztec-nr/aztec/src/context/interface.nr
@@ -55,7 +55,6 @@ trait PublicContextInterface {
55
args: [Field]
56
) -> FunctionReturns<RETURNS_COUNT>;
57
fn nullifier_exists(self, unsiloed_nullifier: Field, address: AztecAddress) -> bool;
58
- fn transaction_fee(self) -> Field;
59
}
60
61
struct PrivateCallInterface<T> {
0 commit comments