The AdapT Smart Contract Design Pattern in v2.0
Changes:
- Added default configuration for the standard transaction type.
- The checkSC() method moved to the AbstractSmartContract class.
- Employed polymorphism for the checkSC() overloaded method selection.
- Initialization of "rulesList" and "configurations" variables moved to the smart contract class constructor.