Name | Type | Description | Notes |
---|---|---|---|
KeyShareHolderGroupId | string | The source key share holder group ID. | |
TssNodeIds | Pointer to []string | The TSS Node IDs participating in creating a new key share holder group when `type` is set to either `KeyGenFromKeyGroup` or `Recovery`. Note: In any Threshold Signature Schemes (TSS) such as the 2-2, 2-3, and 3-3 schemes (in the "threshold - participants" format), for `tss_node_ids`, you only need to fill in 1 Cobo TSS Node ID and enough non-Cobo TSS Node IDs to satisfy the number of approvers specified in `threshold`. To obtain the Cobo TSS Node ID, run List all Cobo key share holders. | [optional] |
func NewSourceGroup(keyShareHolderGroupId string, ) *SourceGroup
NewSourceGroup instantiates a new SourceGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceGroupWithDefaults() *SourceGroup
NewSourceGroupWithDefaults instantiates a new SourceGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *SourceGroup) GetKeyShareHolderGroupId() string
GetKeyShareHolderGroupId returns the KeyShareHolderGroupId field if non-nil, zero value otherwise.
func (o *SourceGroup) GetKeyShareHolderGroupIdOk() (*string, bool)
GetKeyShareHolderGroupIdOk returns a tuple with the KeyShareHolderGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceGroup) SetKeyShareHolderGroupId(v string)
SetKeyShareHolderGroupId sets KeyShareHolderGroupId field to given value.
func (o *SourceGroup) GetTssNodeIds() []string
GetTssNodeIds returns the TssNodeIds field if non-nil, zero value otherwise.
func (o *SourceGroup) GetTssNodeIdsOk() (*[]string, bool)
GetTssNodeIdsOk returns a tuple with the TssNodeIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceGroup) SetTssNodeIds(v []string)
SetTssNodeIds sets TssNodeIds field to given value.
func (o *SourceGroup) HasTssNodeIds() bool
HasTssNodeIds returns a boolean if a field has been set.