Interface for parameters with elliptic curve points in uncompressed form.

interface IUncompressed {
    value: Uint8Array;
}

Implemented by

Properties

Properties

value: Uint8Array