For example in the following statement one should be able to use the returning value within the pointcut: ` after call-to CustomToken::ERC20.transfer(address _to, address _amount) returning (bool) { } `
For example in the following statement one should be able to use the returning value within the pointcut:
after call-to CustomToken::ERC20.transfer(address _to, address _amount) returning (bool) { }