Types
Trigger values is a list of parameters that must be filled in for the trigger to work. Each value has a type, for convenient management and validation of input data.
String
A string.
Spec
Runtime value
Number
A number.
Spec
Runtime value
Boolean
A boolean.
Spec
Runtime value
Object
An object of specified shape.
Spec
Runtime value
Array
An array of elements of the same type.
Spec
Runtime value
Tuple
A fixed-length array of elements of different specified types.
Spec
Runtime value
Address
For convenient management of the address book in the Web3alert, there is a special address
type. Here is a list of supported address formats.
Plain
Plain string with no validation. But fields of this format still have an addressbook intergration.
SS58 (Substrate format)
EVM
Bitcoin
Sui
Cosmos
Runtime value
It will be a string of specified format.
Last updated