tempo-contracts 1.5.1

Tempo blockchain contract bindings and ABI definitions
Documentation
1
2
3
4
5
crate::sol! {
    /// Error returned when a function selector is not recognized
    #[derive(Debug, PartialEq, Eq)]
    error UnknownFunctionSelector(bytes4 selector);
}