| Name | Type | Description | Notes |
|---|---|---|---|
| Creator | Pointer to ResponsesShortAddress | [optional] | |
| ExternalId | Pointer to *os.File | [optional] | |
| Groth16Vkey | Pointer to *os.File | [optional] | |
| Height | Pointer to int64 | [optional] | |
| Id | Pointer to int64 | [optional] | |
| MerkleTreeAddress | Pointer to *os.File | [optional] | |
| State | Pointer to *os.File | [optional] | |
| StateMembershipVkey | Pointer to *os.File | [optional] | |
| StateTransitionVkey | Pointer to *os.File | [optional] | |
| Time | Pointer to time.Time | [optional] | |
| TxHash | Pointer to *os.File | [optional] |
func NewResponsesZkISM() *ResponsesZkISM
NewResponsesZkISM instantiates a new ResponsesZkISM 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 NewResponsesZkISMWithDefaults() *ResponsesZkISM
NewResponsesZkISMWithDefaults instantiates a new ResponsesZkISM 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 *ResponsesZkISM) GetCreator() ResponsesShortAddress
GetCreator returns the Creator field if non-nil, zero value otherwise.
func (o *ResponsesZkISM) GetCreatorOk() (*ResponsesShortAddress, bool)
GetCreatorOk returns a tuple with the Creator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISM) SetCreator(v ResponsesShortAddress)
SetCreator sets Creator field to given value.
func (o *ResponsesZkISM) HasCreator() bool
HasCreator returns a boolean if a field has been set.
func (o *ResponsesZkISM) GetExternalId() *os.File
GetExternalId returns the ExternalId field if non-nil, zero value otherwise.
func (o *ResponsesZkISM) GetExternalIdOk() (**os.File, bool)
GetExternalIdOk returns a tuple with the ExternalId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISM) SetExternalId(v *os.File)
SetExternalId sets ExternalId field to given value.
func (o *ResponsesZkISM) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (o *ResponsesZkISM) GetGroth16Vkey() *os.File
GetGroth16Vkey returns the Groth16Vkey field if non-nil, zero value otherwise.
func (o *ResponsesZkISM) GetGroth16VkeyOk() (**os.File, bool)
GetGroth16VkeyOk returns a tuple with the Groth16Vkey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISM) SetGroth16Vkey(v *os.File)
SetGroth16Vkey sets Groth16Vkey field to given value.
func (o *ResponsesZkISM) HasGroth16Vkey() bool
HasGroth16Vkey returns a boolean if a field has been set.
func (o *ResponsesZkISM) GetHeight() int64
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ResponsesZkISM) GetHeightOk() (*int64, 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 *ResponsesZkISM) SetHeight(v int64)
SetHeight sets Height field to given value.
func (o *ResponsesZkISM) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesZkISM) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesZkISM) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISM) SetId(v int64)
SetId sets Id field to given value.
func (o *ResponsesZkISM) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesZkISM) GetMerkleTreeAddress() *os.File
GetMerkleTreeAddress returns the MerkleTreeAddress field if non-nil, zero value otherwise.
func (o *ResponsesZkISM) GetMerkleTreeAddressOk() (**os.File, bool)
GetMerkleTreeAddressOk returns a tuple with the MerkleTreeAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISM) SetMerkleTreeAddress(v *os.File)
SetMerkleTreeAddress sets MerkleTreeAddress field to given value.
func (o *ResponsesZkISM) HasMerkleTreeAddress() bool
HasMerkleTreeAddress returns a boolean if a field has been set.
func (o *ResponsesZkISM) GetState() *os.File
GetState returns the State field if non-nil, zero value otherwise.
func (o *ResponsesZkISM) GetStateOk() (**os.File, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISM) SetState(v *os.File)
SetState sets State field to given value.
func (o *ResponsesZkISM) HasState() bool
HasState returns a boolean if a field has been set.
func (o *ResponsesZkISM) GetStateMembershipVkey() *os.File
GetStateMembershipVkey returns the StateMembershipVkey field if non-nil, zero value otherwise.
func (o *ResponsesZkISM) GetStateMembershipVkeyOk() (**os.File, bool)
GetStateMembershipVkeyOk returns a tuple with the StateMembershipVkey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISM) SetStateMembershipVkey(v *os.File)
SetStateMembershipVkey sets StateMembershipVkey field to given value.
func (o *ResponsesZkISM) HasStateMembershipVkey() bool
HasStateMembershipVkey returns a boolean if a field has been set.
func (o *ResponsesZkISM) GetStateTransitionVkey() *os.File
GetStateTransitionVkey returns the StateTransitionVkey field if non-nil, zero value otherwise.
func (o *ResponsesZkISM) GetStateTransitionVkeyOk() (**os.File, bool)
GetStateTransitionVkeyOk returns a tuple with the StateTransitionVkey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISM) SetStateTransitionVkey(v *os.File)
SetStateTransitionVkey sets StateTransitionVkey field to given value.
func (o *ResponsesZkISM) HasStateTransitionVkey() bool
HasStateTransitionVkey returns a boolean if a field has been set.
func (o *ResponsesZkISM) GetTime() time.Time
GetTime returns the Time field if non-nil, zero value otherwise.
func (o *ResponsesZkISM) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISM) SetTime(v time.Time)
SetTime sets Time field to given value.
func (o *ResponsesZkISM) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *ResponsesZkISM) GetTxHash() *os.File
GetTxHash returns the TxHash field if non-nil, zero value otherwise.
func (o *ResponsesZkISM) GetTxHashOk() (**os.File, bool)
GetTxHashOk returns a tuple with the TxHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesZkISM) SetTxHash(v *os.File)
SetTxHash sets TxHash field to given value.
func (o *ResponsesZkISM) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.