SIP: 26 Layer: Core Title: Executable SEXE Class (ref SIP7) Author: Brian BurrellComments-Summary: No comments yet. Comments-URI: https://github.com/neonatura/shioncoin/doc/standards/Comments:sip26.wiki Status: Extensionable Type: Standards Track Created: 2018-12-15 License: PD
The executable extended transaction consists of publishing a SEXE class and sub-sequent calls to methods in that class. A persistent data storage mechanism is provided which is synchronized between all nodes.
The executable extended transaction consists of the generation of a new SEXE class on the blockchain or calling a method from a published class.
The SEXE class is provided a permanent data storage area in order to update variables based on the functions called.
The SEXE class can require a SHC coin payment in order to perform an operation. Class method calls that do not require a change to the permanent data storage area do not require a payment. The minimum fee for a class call which modifies the data storage area is 0.00001 SHC.
When a class calls is received by a node the basic integrity is validated. The actual execution of the call will only occur on a 'as needed' basis, in that, a user must specifically require the use of a SEXE class before any preceding operations are performed.