Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Wenbing on April 27, 2020, 05:41:07 AM



Title: They mean a lot in smart contract programming
Post by: Wenbing on April 27, 2020, 05:41:07 AM
As part of the ongoing course I'm talking, I'm currently on smart contract programming language.
Here are two functions that I don't really understand in solidity.

1. Function registerVoter(address_voter)

2. Function UnregisterVoter(address_voter)

How do we interpret these functions and what are their roles in smart contract programming?

I feel this should be basic in programming smart contract.