Interface EncryptedUint16

interface EncryptedUint16 {
    data: Uint8Array;
}

Hierarchy

Properties

Properties

data: Uint8Array