Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.87 KB

SyncNewHDWalletXPubYPubZPubRI.md

File metadata and controls

51 lines (28 loc) · 1.87 KB

SyncNewHDWalletXPubYPubZPubRI

Properties

Name Type Description Notes
ExtendedPublicKey string Defines the account extended publicly known key which is used to derive all child public keys.

Methods

NewSyncNewHDWalletXPubYPubZPubRI

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

NewSyncNewHDWalletXPubYPubZPubRIWithDefaults

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

GetExtendedPublicKey

func (o *SyncNewHDWalletXPubYPubZPubRI) GetExtendedPublicKey() string

GetExtendedPublicKey returns the ExtendedPublicKey field if non-nil, zero value otherwise.

GetExtendedPublicKeyOk

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.

SetExtendedPublicKey

func (o *SyncNewHDWalletXPubYPubZPubRI) SetExtendedPublicKey(v string)

SetExtendedPublicKey sets ExtendedPublicKey field to given value.

[Back to Model list] [Back to API list] [Back to README]