Blockchain Practice Test
Blockchain Developer FREE Blockchain Developer Smart Contract Development Questions and Answers 2
What is the primary purpose of the 'require' statement in Solidity smart contracts?
Select your answer
A
To validate conditions and revert the transaction if not met
B
To import external libraries
C
To declare state variables
D
To define function visibility
Hint