We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b02a6 commit a80837cCopy full SHA for a80837c
tests/cairo_code/account.cairo
@@ -13,9 +13,3 @@ trait IAccount {
13
fn is_valid_signature(message: felt252, signature: Array<felt252>) -> u32;
14
fn supports_interface(interface_id: u32) -> bool;
15
}
16
-
17
-trait Sergio {
18
- fn __execute__(calls: Array<Call>) -> Array<Span<felt252>>;
19
- fn __validate__(calls: Array<Call>) -> felt252;
20
- fn is_valid_signature(hash: felt252, signature: Array<felt252>) -> u32;
21
-}
0 commit comments