NonceResponse

Properties

Name
Type
Description
Notes

Nonce

float64

Methods

NewNonceResponse

func NewNonceResponse(nonce float64, ) *NonceResponse

NewNonceResponse instantiates a new NonceResponse 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

NewNonceResponseWithDefaults

func NewNonceResponseWithDefaults() *NonceResponse

NewNonceResponseWithDefaults instantiates a new NonceResponse 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

GetNonce

func (o *NonceResponse) GetNonce() float64

GetNonce returns the Nonce field if non-nil, zero value otherwise.

GetNonceOk

func (o *NonceResponse) GetNonceOk() (*float64, bool)

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

SetNonce

func (o *NonceResponse) SetNonce(v float64)

SetNonce sets Nonce field to given value.

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