| Name | Type | Description | Notes |
|---|---|---|---|
| Chain | Pointer to ResponsesChainMetadata | [optional] | |
| Denom | Pointer to string | [optional] | |
| From | Pointer to string | [optional] | |
| Height | Pointer to int64 | [optional] | |
| Received | Pointer to string | [optional] | |
| Time | Pointer to time.Time | [optional] | |
| TxHash | Pointer to *os.File | [optional] |
func NewResponsesForwardingInput() *ResponsesForwardingInput
NewResponsesForwardingInput instantiates a new ResponsesForwardingInput 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 NewResponsesForwardingInputWithDefaults() *ResponsesForwardingInput
NewResponsesForwardingInputWithDefaults instantiates a new ResponsesForwardingInput 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 *ResponsesForwardingInput) GetChain() ResponsesChainMetadata
GetChain returns the Chain field if non-nil, zero value otherwise.
func (o *ResponsesForwardingInput) GetChainOk() (*ResponsesChainMetadata, bool)
GetChainOk returns a tuple with the Chain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesForwardingInput) SetChain(v ResponsesChainMetadata)
SetChain sets Chain field to given value.
func (o *ResponsesForwardingInput) HasChain() bool
HasChain returns a boolean if a field has been set.
func (o *ResponsesForwardingInput) GetDenom() string
GetDenom returns the Denom field if non-nil, zero value otherwise.
func (o *ResponsesForwardingInput) GetDenomOk() (*string, bool)
GetDenomOk returns a tuple with the Denom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesForwardingInput) SetDenom(v string)
SetDenom sets Denom field to given value.
func (o *ResponsesForwardingInput) HasDenom() bool
HasDenom returns a boolean if a field has been set.
func (o *ResponsesForwardingInput) GetFrom() string
GetFrom returns the From field if non-nil, zero value otherwise.
func (o *ResponsesForwardingInput) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesForwardingInput) SetFrom(v string)
SetFrom sets From field to given value.
func (o *ResponsesForwardingInput) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (o *ResponsesForwardingInput) GetHeight() int64
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ResponsesForwardingInput) 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 *ResponsesForwardingInput) SetHeight(v int64)
SetHeight sets Height field to given value.
func (o *ResponsesForwardingInput) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesForwardingInput) GetReceived() string
GetReceived returns the Received field if non-nil, zero value otherwise.
func (o *ResponsesForwardingInput) GetReceivedOk() (*string, bool)
GetReceivedOk returns a tuple with the Received field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesForwardingInput) SetReceived(v string)
SetReceived sets Received field to given value.
func (o *ResponsesForwardingInput) HasReceived() bool
HasReceived returns a boolean if a field has been set.
func (o *ResponsesForwardingInput) GetTime() time.Time
GetTime returns the Time field if non-nil, zero value otherwise.
func (o *ResponsesForwardingInput) 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 *ResponsesForwardingInput) SetTime(v time.Time)
SetTime sets Time field to given value.
func (o *ResponsesForwardingInput) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *ResponsesForwardingInput) GetTxHash() *os.File
GetTxHash returns the TxHash field if non-nil, zero value otherwise.
func (o *ResponsesForwardingInput) 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 *ResponsesForwardingInput) SetTxHash(v *os.File)
SetTxHash sets TxHash field to given value.
func (o *ResponsesForwardingInput) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.