Name | Type | Description | Notes |
---|---|---|---|
ExtendedPublicKey | string | Defines the account extended publicly known key which is used to derive all child public keys. |
func NewSyncNewHDWalletXPubYPubZPubRI(extendedPublicKey string, ) *SyncNewHDWalletXPubYPubZPubRI
NewSyncNewHDWalletXPubYPubZPubRI instantiates a new SyncNewHDWalletXPubYPubZPubRI 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 NewSyncNewHDWalletXPubYPubZPubRIWithDefaults() *SyncNewHDWalletXPubYPubZPubRI
NewSyncNewHDWalletXPubYPubZPubRIWithDefaults instantiates a new SyncNewHDWalletXPubYPubZPubRI 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 *SyncNewHDWalletXPubYPubZPubRI) GetExtendedPublicKey() string
GetExtendedPublicKey returns the ExtendedPublicKey field if non-nil, zero value otherwise.
func (o *SyncNewHDWalletXPubYPubZPubRI) GetExtendedPublicKeyOk() (*string, bool)
GetExtendedPublicKeyOk returns a tuple with the ExtendedPublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SyncNewHDWalletXPubYPubZPubRI) SetExtendedPublicKey(v string)
SetExtendedPublicKey sets ExtendedPublicKey field to given value.