Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.57 KB

AzureWallet.md

File metadata and controls

93 lines (50 loc) · 2.57 KB

AzureWallet

Properties

Name Type Description Notes
KeyName string The name of the key.
KeyVersion string The version of the key.
PublicAddress string An ethereum address.

Methods

NewAzureWallet

func NewAzureWallet(keyName string, keyVersion string, publicAddress string, ) *AzureWallet

NewAzureWallet instantiates a new AzureWallet 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

NewAzureWalletWithDefaults

func NewAzureWalletWithDefaults() *AzureWallet

NewAzureWalletWithDefaults instantiates a new AzureWallet 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

GetKeyName

func (o *AzureWallet) GetKeyName() string

GetKeyName returns the KeyName field if non-nil, zero value otherwise.

GetKeyNameOk

func (o *AzureWallet) GetKeyNameOk() (*string, bool)

GetKeyNameOk returns a tuple with the KeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKeyName

func (o *AzureWallet) SetKeyName(v string)

SetKeyName sets KeyName field to given value.

GetKeyVersion

func (o *AzureWallet) GetKeyVersion() string

GetKeyVersion returns the KeyVersion field if non-nil, zero value otherwise.

GetKeyVersionOk

func (o *AzureWallet) GetKeyVersionOk() (*string, bool)

GetKeyVersionOk returns a tuple with the KeyVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKeyVersion

func (o *AzureWallet) SetKeyVersion(v string)

SetKeyVersion sets KeyVersion field to given value.

GetPublicAddress

func (o *AzureWallet) GetPublicAddress() string

GetPublicAddress returns the PublicAddress field if non-nil, zero value otherwise.

GetPublicAddressOk

func (o *AzureWallet) GetPublicAddressOk() (*string, bool)

GetPublicAddressOk returns a tuple with the PublicAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPublicAddress

func (o *AzureWallet) SetPublicAddress(v string)

SetPublicAddress sets PublicAddress field to given value.

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