Timelock Execution Event
Methods in Common functions are also available.
Get Raw Data from Execution Data
Returns raw data from execution data.
Returns
Returns string
of raw data
Example
Get Call Function
Returns name of function that this event called.
Returns
Returns string
of function name.
Get Call Parameters
Returns parameter list of execution event
Returns
Returns object
of parameter name and value which cloud be any type of "bigint"
"string"
or "boolean"
Example
Get Call Parameter value by Parameter name
Likes getCallParameters()
but instead of returns all list of parameters this function only returns the value of specific parameter
Parameters
string
- name of the execution parameter
Returns
Returns "bigint"
"string"
or "boolean",
or "undefined"
if parameter name does not exists
Example
Last updated