@arkade-os/sdk Documentation - v0.4.36
    Preparing search index...

    Interface SignerSet

    The server's signer set, pre-normalized to x-only hex for cheap repeated lookups. Built once per migration/reporting pass from a fresh ArkInfo snapshot via signerSetFromInfo.

    interface SignerSet {
        active: string;
        deprecated: Map<string, bigint>;
    }
    Index

    Properties

    Properties

    active: string

    Active signer, x-only (32-byte) hex.

    deprecated: Map<string, bigint>

    Deprecated signers keyed by x-only hex, mapped to their cutoff. The cutoff is always a bigint (arkd advertises it non-nullable); 0n means "no cutoff advertised" (→ DUE_NOW).