Created
September 25, 2024 10:42
-
-
Save gists-immunefi/486bab431f9cd157f4092ab6279e2340 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pub fn validate_root(...) { | |
... | |
// ABI entries are all functions declared in impl_traits on the contract type | |
// itself, except for ABI supertraits, which do not expose their methods to | |
// the user | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment