interface KeygenInit {
    myPartyIndex: number;
    newKeyUid: string;
    partyShareCounts: number[];
    partyUids: string[];
    threshold: number;
}

Properties

myPartyIndex: number

parties[my_party_index] belongs to the server

newKeyUid: string
partyShareCounts: number[]
partyUids: string[]
threshold: number

Generated using TypeDoc