quorumChallenges property

List<Challenge>? quorumChallenges
getter/setter pair

The challenges to be signed by 2FA keys for quorum auth.

M of N of these challenges are required to be signed to approve the operation.

Output only.

Implementation

core.List<Challenge>? quorumChallenges;