Interface EncryptedUint64

interface EncryptedUint64 {
    data: Uint8Array;
}

Hierarchy

Properties

Properties

data: Uint8Array