SimpleThresholdParams

data class SimpleThresholdParams(val threshold: Int)

Parameters for simple threshold policy.

Requires that at least threshold of the signers on the context rule provide valid signatures for authorization to succeed.

Constructors

Link copied to clipboard
constructor(threshold: Int)

Properties

Link copied to clipboard

Minimum number of signers required (>= 1)