wallet/multisig/dkg/round2
Performs Round 2 of the Distributed Key Generation (DKG) protocol for multisig account generation.
Request #
{
participantName: string
round1SecretPackage: string
round1PublicPackages: Array<string>
}
Response #
{
round2SecretPackage: string
round2PublicPackage: string
}