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

    Type Alias CandidateDeps

    CandidateDeps: Pick<DiscoveryDeps, "network" | "serverPubKey" | "csvTimelocks"> & Pick<
        Partial<DiscoveryDeps>,
        "deprecatedSignerPubKeys" | "delegatePubKey",
    >

    The I/O-free subset of DiscoveryDeps: the axes a receive script can be anchored to. DiscoveryDeps satisfies it structurally, so one Discoverable.candidatesAt serves the scan and the look-ahead band.