@kagamidigital/salt-sdk-mirror
    Preparing search index...

    Type Alias SignerStatus

    Status of one signer in the huddle. Covers every expected party — present or not — so consumers can render a full "who's joining" list. Roles (human vs robo) are intentionally not included; resolve them separately via Salt.getAccountSigners and join by address.

    type SignerStatus = {
        address: string;
        isOnline: boolean;
    }
    Index

    Properties

    Properties

    address: string

    Signer address.

    isOnline: boolean

    true if this party is currently present in the huddle.