Interface
An interface describes entrypoints of a contract.
Yallo implements a single inheritance mechanism for interfaces, so interface can be extended:
A contract can implement an interface (only one); if implements an interface, it should implements all the entries with the given signatures.
Last updated
Was this helpful?