Interface EncryptedUint256

interface EncryptedUint256 {
    data: Uint8Array;
}

Hierarchy

Properties

Properties

data: Uint8Array