Reserved Words
Reserved Words allows our users to more easily create mining events when contracts require dynamic values.
Use Cases
Contracts with a 'to' field.
Contracts that require a signature
Contracts that update their max transaction amount frequently
List of Reserved Word
OWN_ADDRESS
This will fill in the address of the wallets. Used for 'to' field
SIG: *requires dev to support
Prepend SIG: to a collection name that requires a signature
For example: saudis -> SIG:saudis
NULL
Will allow the input to be left empty.
VAL:
Prepend VAL: to any collection value. For more info about this feature check out Dynamic Contract Values.
Last updated