1 2 3 4 5 6
//! Legacy project/store globals have been removed. Source-visible contracts //! come from the canonical builtin manifest. use super::BuiltinSignature; pub(crate) const SIGNATURES: &[BuiltinSignature] = &[];