Interfaces
Interfaces
In Solidity, an interface is similar to an abstract contract, in that it defines a set of function signatures without providing an implementation for those functions. An interface is used to specify a contract's external-facing API, witho...
blockchainwithjd.hashnode.dev3 min read