Interface RealtimeContractAuthority

interface RealtimeContractAuthority {
    ageMs?: number;
    authoritative: boolean;
    state: RealtimeContractAuthorityState;
}

Properties

ageMs?: number

Milliseconds since the checkpoint was accepted, when a checkpoint exists and now was supplied.

authoritative: boolean

True once an accepted snapshot has established ground truth for the current checkpoint identity.