salt-sdk
    Preparing search index...

    Type Alias HuddleTimeoutDetails

    Structured details about a huddle timeout, useful for building user-facing error messages in consuming applications.

    signerStatuses is a snapshot of every signer's state at the moment the timeout fired — use it to see who was online, who pre-registered, and who was still missing.

    type HuddleTimeoutDetails = {
        accountId: string;
        signerStatuses: Record<string, SignerStatus>;
        timeoutMs: number;
    }
    Index

    Properties

    accountId: string

    The account ID whose huddle timed out

    signerStatuses: Record<string, SignerStatus>

    Status of every signer at the moment the timeout fired

    timeoutMs: number

    The timeout duration in milliseconds