Name | Type | Description | Notes |
---|---|---|---|
keyShareHolderGroupType | KeyShareHolderGroupType | ||
participants | Integer | The number of key share holders in this key share holder group. Notes: 1. Currently, the available Threshold Signature Schemes (TSS) are 2-2, 2-3, and 3-3 schemes (in the "threshold - participants" format), so you can only set `participants` to 2 or 3. 2. `threshold` must be less than or equal to `participants`. | |
threshold | Integer | The number of key share holders required to sign an operation. Notes: 1. Currently, the available Threshold Signature Schemes (TSS) are 2-2, 2-3, and 3-3 schemes (in the "threshold - participants" format), so you can only set `threshold` to 2 or 3. 2. `threshold` must be less than or equal to `participants`. | |
keyShareHolders | List<CreateKeyShareHolder> |