FROST Hubert TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Interface StartState

    Start state for a signing session.

    Port of struct StartState from cmd/sign/coordinator/round1.rs.

    interface StartState {
        groupId: ARID;
        targetUr: string;
        participants: Map<string, StartParticipant>;
    }
    Index

    Properties

    groupId: ARID
    targetUr: string
    participants: Map<string, StartParticipant>