Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gists-immunefi/486bab431f9cd157f4092ab6279e2340 to your computer and use it in GitHub Desktop.
Save gists-immunefi/486bab431f9cd157f4092ab6279e2340 to your computer and use it in GitHub Desktop.
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