Interface EncryptedBool

interface EncryptedBool {
    data: Uint8Array;
}

Hierarchy

Properties

Properties

data: Uint8Array