Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.27 KB

ResponsesSignedBlocks.md

File metadata and controls

82 lines (45 loc) · 2.27 KB

ResponsesSignedBlocks

Properties

Name Type Description Notes
Height Pointer to int32 [optional]
Signed Pointer to bool [optional]

Methods

NewResponsesSignedBlocks

func NewResponsesSignedBlocks() *ResponsesSignedBlocks

NewResponsesSignedBlocks instantiates a new ResponsesSignedBlocks 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

NewResponsesSignedBlocksWithDefaults

func NewResponsesSignedBlocksWithDefaults() *ResponsesSignedBlocks

NewResponsesSignedBlocksWithDefaults instantiates a new ResponsesSignedBlocks 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

GetHeight

func (o *ResponsesSignedBlocks) GetHeight() int32

GetHeight returns the Height field if non-nil, zero value otherwise.

GetHeightOk

func (o *ResponsesSignedBlocks) GetHeightOk() (*int32, bool)

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

SetHeight

func (o *ResponsesSignedBlocks) SetHeight(v int32)

SetHeight sets Height field to given value.

HasHeight

func (o *ResponsesSignedBlocks) HasHeight() bool

HasHeight returns a boolean if a field has been set.

GetSigned

func (o *ResponsesSignedBlocks) GetSigned() bool

GetSigned returns the Signed field if non-nil, zero value otherwise.

GetSignedOk

func (o *ResponsesSignedBlocks) GetSignedOk() (*bool, bool)

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

SetSigned

func (o *ResponsesSignedBlocks) SetSigned(v bool)

SetSigned sets Signed field to given value.

HasSigned

func (o *ResponsesSignedBlocks) HasSigned() bool

HasSigned returns a boolean if a field has been set.

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