RequiredActionQuorumParameters constructor

RequiredActionQuorumParameters({
  1. List<String>? approvedTwoFactorPublicKeyPems,
  2. List<Challenge>? quorumChallenges,
  3. int? requiredApproverCount,
  4. List<Challenge>? requiredChallenges,
})

Implementation

RequiredActionQuorumParameters({
  this.approvedTwoFactorPublicKeyPems,
  this.quorumChallenges,
  this.requiredApproverCount,
  this.requiredChallenges,
});