requiredChallengeReplies property

List<ChallengeReply>? requiredChallengeReplies
getter/setter pair

All required challenges must be signed for the proposal to be approved.

These can be sent across multiple requests.

Required.

Implementation

core.List<ChallengeReply>? requiredChallengeReplies;