totalApproverCount property

int? totalApproverCount
getter/setter pair

The total number of approvers.

This is the N value used for M of N quorum auth. Must be greater than or equal to 3 and less than or equal to 16.

Required.

Implementation

core.int? totalApproverCount;