Skip to main content

Secp256k1Point

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-runtime / Secp256k1Point

Interface: Secp256k1Point

A point in the foreign secp256k1 elliptic curve. TypeScript representation of the Compact type of the same name. When identity = true, x and y should be 0.

Properties

identity

readonly identity: boolean;

x

readonly x: bigint;

y

readonly y: bigint;