interface IndexedFields {
    c: Uint8Array;
    r?: Uint8Array;
}

Hierarchy (view full)

Properties

c r?

Properties

c: Uint8Array
r?: Uint8Array