Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 375 Bytes

design_pattern_decisions.md

File metadata and controls

8 lines (5 loc) · 375 Bytes

Design Patterns Decisions

Saves on Gas:

#storeProof && #hasProof functions are internal meaning only this contract and contracts deriving from it can use these methods.

Mortal Design Pattern with #kill function:

#kill function only executable by the owner of this contract or derived contracts with the internal keyword. This function destroys the contract.