db

Db related features

class aioethereum.management.db.DbMixin

Bases: object

db_getHex(db_name, key)

https://github.com/ethereum/wiki/wiki/JSON-RPC#db_gethex

DEPRECATED

coroutine db_getString(db_name, key)

https://github.com/ethereum/wiki/wiki/JSON-RPC#db_getstring

DEPRECATED

coroutine db_putHex(db_name, key, value)

https://github.com/ethereum/wiki/wiki/JSON-RPC#db_puthex

DEPRECATED

coroutine db_putString(db_name, key, value)

https://github.com/ethereum/wiki/wiki/JSON-RPC#db_putstring

DEPRECATED