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

    Type Alias RoboQuorumParams

    RoboQuorumParams:
        | { humanCount: number; organisationId: string; sessionType: "keygen" }
        | { accountId: string; sessionType: "signing" | "signMessage" }

    The ceremony to check a robo quorum for.

    • keygen is roster-scoped: account creation may enrol any online robo, so the required count comes from the chosen humanCount.
    • signing / signMessage are account-scoped: only the robos enrolled on the account hold its keyshares, and the required count is fixed by the account.