Name | Type | Description | Notes |
---|---|---|---|
Height | Pointer to int32 | [optional] | |
Signed | Pointer to bool | [optional] |
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
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
func (o *ResponsesSignedBlocks) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
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.
func (o *ResponsesSignedBlocks) SetHeight(v int32)
SetHeight sets Height field to given value.
func (o *ResponsesSignedBlocks) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesSignedBlocks) GetSigned() bool
GetSigned returns the Signed field if non-nil, zero value otherwise.
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.
func (o *ResponsesSignedBlocks) SetSigned(v bool)
SetSigned sets Signed field to given value.
func (o *ResponsesSignedBlocks) HasSigned() bool
HasSigned returns a boolean if a field has been set.