You can call public functions of other contracts using `contract-call!`. You need the contract's principal and the function name.
clarity (contract-call! 'SP3FG...other-contract my-function u10)
contract-call! and cross-contract interaction.
You can call public functions of other contracts using `contract-call!`. You need the contract's principal and the function name.
clarity (contract-call! 'SP3FG...other-contract my-function u10)
1. What happens if a contract-call! fails?