interface Pair {
    key: Key;
    value: Uint8Array;
}

Properties

Properties

key: Key
value: Uint8Array