ethereumjs-monorepo

@ethereumjs/util


@ethereumjs/util / ValueEncoding

Variable: ValueEncoding

ValueEncoding: object

Defined in: packages/util/src/db.ts:17

Type declaration

Bytes

readonly Bytes: "view" = 'view'

JSON

readonly JSON: "json" = 'json'

String

readonly String: "string" = 'string'