The set()
function is used to set a key-value pair.
set(key, value)
The parameter key
is used to set the key name to be modified.
key
true
string
The parameter value
is used to set the key value to be modified.
value true string, number, bool, object, array, null value and other types supported by the system
Please refer to the ThreadDict.get()
section for examples.
{@fun/Threads/ThreadDict/get get}
get Web3