Constructors
constructor
- new database_object(exists?: bool, value?: null | Uint8Array, key?: null | Uint8Array): database_object
Parameters
exists: bool = false
value: null | Uint8Array = null
key: null | Uint8Array = null
Properties
exists
exists: bool
key
key: null | Uint8Array
value
value: null | Uint8Array
Methods
Static decode
Parameters
reader: Reader
length: number
Static encode
Parameters
Returns void