wallet/multisig/dkg/round3
Performs Round 3 of the Distributed Key Generation (DKG) protocol for multisig account generation. Round 3 is the final round of the protocol. After performing Round 3 a new multisig account is added to the wallet.
Request
{
  participantName: string
  round2SecretPackage: string
  round1PublicPackages: Array<string>
  round2PublicPackages: Array<string>
  accountName?: string
}
Response
{
  name: string
  publicAddress: string
}