interface HaLoNoncePCDClaim {
    nonce: number;
    pubkeyHex: string;
}

Properties

Properties

nonce: number

Incrementing nonce that was signed.

pubkeyHex: string

Uncompressed hex string of the public key, starting with 04

Generated using TypeDoc