Name | Type | Description | Notes |
---|---|---|---|
RootPubkey | Pointer to string | The vault's root extended public key. | [optional] |
Curve | Pointer to CurveType | [optional] |
func NewRootPubkey() *RootPubkey
NewRootPubkey instantiates a new RootPubkey 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 NewRootPubkeyWithDefaults() *RootPubkey
NewRootPubkeyWithDefaults instantiates a new RootPubkey 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 *RootPubkey) GetRootPubkey() string
GetRootPubkey returns the RootPubkey field if non-nil, zero value otherwise.
func (o *RootPubkey) GetRootPubkeyOk() (*string, bool)
GetRootPubkeyOk returns a tuple with the RootPubkey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootPubkey) SetRootPubkey(v string)
SetRootPubkey sets RootPubkey field to given value.
func (o *RootPubkey) HasRootPubkey() bool
HasRootPubkey returns a boolean if a field has been set.
func (o *RootPubkey) GetCurve() CurveType
GetCurve returns the Curve field if non-nil, zero value otherwise.
func (o *RootPubkey) GetCurveOk() (*CurveType, bool)
GetCurveOk returns a tuple with the Curve field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RootPubkey) SetCurve(v CurveType)
SetCurve sets Curve field to given value.
func (o *RootPubkey) HasCurve() bool
HasCurve returns a boolean if a field has been set.