public static interface Client.ProposalReleaseThresholdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getMaximalAbstentionThreshold()
The value for the maximal abstention threshold.
|
long |
getMaximalRejectionThreshold()
The value for the maximal rejection threshold.
|
long |
getMinimalApprovalThreshold()
The value for the minimum approval threshold.
|
long |
getMinimalVoteThreshold()
The value for the minimal vote threshold.
|
long getMinimalApprovalThreshold()
The value for the minimum approval threshold.
int64 minimal_approval_threshold = 1;long getMaximalRejectionThreshold()
The value for the maximal rejection threshold.
int64 maximal_rejection_threshold = 2;long getMaximalAbstentionThreshold()
The value for the maximal abstention threshold.
int64 maximal_abstention_threshold = 3;long getMinimalVoteThreshold()
The value for the minimal vote threshold.
int64 minimal_vote_threshold = 4;Copyright © 2020. All rights reserved.