wallet/multisig/dkg/round1
Performs Round 1 of the Distributed Key Generation (DKG) protocol for multisig account generation.
Request
{
  participantName: string
  minSigners: number
  participants: Array<{ identity: string }>
}
Response
{
  round1SecretPackage: string
  round1PublicPackage: string
}
Note: the identity for the
participantNameparameter is automatically included in the list of participant identities.