Solidity Tutorial: all about Functions – Jean Cvllr

Crypto New Media Press

Solidity Tutorial: all about Functions - Jean Cvllr

What is the function signature? Assuming that we want to call a function from a contract, our transaction data has to start with the function signature. This enable to recognise which function is called. The function signature is also defined as the function selector. The contract ABI specification in the Solidity documentation provides an extended […]

The post Solidity Tutorial: all about Functions – Jean Cvllr appeared first on Crypto New Media.

Leave a Comment