Function: setAllowedToken(byte[32] _tokenHash, bool _allowed)
This allows the owner of the contract to add new _tokenHash
to the allowedTokenSet
or remove the existed.
setAllowedToken(byte[32] _tokenHash, bool _allowed)
This allows the owner of the contract to add new _tokenHash
to the allowedTokenSet
or remove the existed.