Closed gsmachado closed 3 years ago
I know we have, e.g., the NonDivisibleNFToken
, that has a Contract.call()
already (see here). But, maybe a more explicit and simpler Smart Contract with that feature would be nice -- since it's key for the development of more elaborate examples.
This was added in commit 8a3d092.
Create an example of a
contract A
that calls a specificcontract B
method.It can be called
CallAnotherContract.java
.