Model is a struct that holds a KV pair

interface Model {
    key: Uint8Array;
    value: Uint8Array;
}

Properties

Properties

key: Uint8Array

hex-encode key to read it better (this is often ascii)

value: Uint8Array

base64-encode raw value