VotingPolicy
public struct VotingPolicy : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Defines the rules for the network for voting on proposals, such as the percentage of YES votes required for the proposal to be approved and the duration of the proposal. The policy applies to all proposals and is specified when the network is created.
Declaration
Swift
public let approvalThresholdPolicy: ApprovalThresholdPolicy?
-
Undocumented
Declaration
Swift
public init(approvalThresholdPolicy: ApprovalThresholdPolicy? = nil)
-
Declaration
Swift
public func validate(name: String) throws