Interface DeriveRealtimeContractAuthorityOptions

interface DeriveRealtimeContractAuthorityOptions {
    now?: number;
    staleAfterMs?: number;
}

Properties

Properties

now?: number
staleAfterMs?: number

No event within this window while phase === "live" demotes authority to "stale".