Interface EncryptedUint8

interface EncryptedUint8 {
    data: Uint8Array;
}

Hierarchy

Properties

Properties

data: Uint8Array