addToList(list,account)
Adds account to list
Only StandardGovernor or EmergencyGovernor are able to execute this addition.
removeFromList(list,account)
Removes account from list
Only StandardGovernor or EmergencyGovernor are able to execute this removal.
setKey(key,value)
Sets key=value
Only StandardGovernor or EmergencyGovernor are able to execute.
get(key):value
Returns value for key.
get(keys[]):values[]
Returns values[] for keys[].
listContains(list,account):boolean
Returns whether list contains account or not.
listContains(list,accounts[]):boolean
Returns whether list contains accounts or not.
Last updated