DictDB

class DictDB(var_key: K, db: iconservice.iconscore.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.

K:[int, str, Address, bytes]
V:[int, str, Address, bytes, bool]
remove(key: K) → None

Removes the value of given key

Parameters:key