pub const STARKNET_INTERFACE_ATTR: &str = "starknet::interface";
Expand description
An attribute for the declaration of a starknet interface.
It is used in the starknet crate, however it is defined here because it is currently used in the
corelib.
TODO(Gil): Remove this once starknet
is removed from corelib.