Introspection
Reference of interfaces and utilities related to type introspection.
Core
ISRC5
use openzeppelin::introspection::interface::ISRC5;
Interface of the SRC5 Introspection Standard as defined in SNIP-5.
0x3f918d17e5ee77373b56385708f855659a07f75997f365cf87748628532a055
Functions
supports_interface(interface_id: felt252) → bool
external
Checks whether the contract implements the given interface.
Check Computing the Interface ID for more information on how to compute this ID. |
SRC5
use openzeppelin::introspection::src5::SRC5;
SRC5 contract implementation extending ISRC5
.
External Functions
Internal Functions