DictDB

class DictDB(var_key: str, db: IconScoreDatabase, value_type: type, depth: int = 1)

Utility classes wrapping the state DB. DictDB behaves more like python dict. DictDB does not maintain order

remove(key: K) → None

Removes the value of given key

Parameters:key – key