Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 1.16 KB

File metadata and controls

15 lines (7 loc) · 1.16 KB

CreateMpcProjectRequest

Properties

Name Type Description Notes
name String The project name.
participants Integer The number of key share holders in the project. 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 in the project. 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`.