This library uses delegatecall to call the precompile in all occasions, even if the built-in actor method is a getter. This prevents contract using this library from declaring view functions that invoke built-in actor getters, even if those functions are, in practice, read-only functions.
This library uses delegatecall to call the precompile in all occasions, even if the built-in actor method is a getter. This prevents contract using this library from declaring
view
functions that invoke built-in actor getters, even if those functions are, in practice, read-only functions.:link: zboto Link