| Name | Type | Description | Notes |
|---|---|---|---|
| Amount | Pointer to string | [optional] | |
| Chain | Pointer to ResponsesChainMetadata | [optional] | |
| Denom | Pointer to string | [optional] | |
| DestAddress | Pointer to *os.File | [optional] | |
| DestDomain | Pointer to int64 | [optional] | |
| ForwardAddress | Pointer to ResponsesShortAddress | [optional] | |
| Height | Pointer to int64 | [optional] | |
| Id | Pointer to int64 | [optional] | |
| Inputs | Pointer to []ResponsesForwardingInput | [optional] | |
| MessageId | Pointer to string | [optional] | |
| Time | Pointer to time.Time | [optional] | |
| TokenId | Pointer to string | [optional] | |
| TxHash | Pointer to *os.File | [optional] |
func NewResponsesForwarding() *ResponsesForwarding
NewResponsesForwarding instantiates a new ResponsesForwarding 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 NewResponsesForwardingWithDefaults() *ResponsesForwarding
NewResponsesForwardingWithDefaults instantiates a new ResponsesForwarding 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 *ResponsesForwarding) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *ResponsesForwarding) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesForwarding) SetAmount(v string)
SetAmount sets Amount field to given value.
func (o *ResponsesForwarding) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *ResponsesForwarding) GetChain() ResponsesChainMetadata
GetChain returns the Chain field if non-nil, zero value otherwise.
func (o *ResponsesForwarding) 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 *ResponsesForwarding) SetChain(v ResponsesChainMetadata)
SetChain sets Chain field to given value.
func (o *ResponsesForwarding) HasChain() bool
HasChain returns a boolean if a field has been set.
func (o *ResponsesForwarding) GetDenom() string
GetDenom returns the Denom field if non-nil, zero value otherwise.
func (o *ResponsesForwarding) 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 *ResponsesForwarding) SetDenom(v string)
SetDenom sets Denom field to given value.
func (o *ResponsesForwarding) HasDenom() bool
HasDenom returns a boolean if a field has been set.
func (o *ResponsesForwarding) GetDestAddress() *os.File
GetDestAddress returns the DestAddress field if non-nil, zero value otherwise.
func (o *ResponsesForwarding) GetDestAddressOk() (**os.File, bool)
GetDestAddressOk returns a tuple with the DestAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesForwarding) SetDestAddress(v *os.File)
SetDestAddress sets DestAddress field to given value.
func (o *ResponsesForwarding) HasDestAddress() bool
HasDestAddress returns a boolean if a field has been set.
func (o *ResponsesForwarding) GetDestDomain() int64
GetDestDomain returns the DestDomain field if non-nil, zero value otherwise.
func (o *ResponsesForwarding) GetDestDomainOk() (*int64, bool)
GetDestDomainOk returns a tuple with the DestDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesForwarding) SetDestDomain(v int64)
SetDestDomain sets DestDomain field to given value.
func (o *ResponsesForwarding) HasDestDomain() bool
HasDestDomain returns a boolean if a field has been set.
func (o *ResponsesForwarding) GetForwardAddress() ResponsesShortAddress
GetForwardAddress returns the ForwardAddress field if non-nil, zero value otherwise.
func (o *ResponsesForwarding) GetForwardAddressOk() (*ResponsesShortAddress, bool)
GetForwardAddressOk returns a tuple with the ForwardAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesForwarding) SetForwardAddress(v ResponsesShortAddress)
SetForwardAddress sets ForwardAddress field to given value.
func (o *ResponsesForwarding) HasForwardAddress() bool
HasForwardAddress returns a boolean if a field has been set.
func (o *ResponsesForwarding) GetHeight() int64
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ResponsesForwarding) 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 *ResponsesForwarding) SetHeight(v int64)
SetHeight sets Height field to given value.
func (o *ResponsesForwarding) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesForwarding) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesForwarding) 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 *ResponsesForwarding) SetId(v int64)
SetId sets Id field to given value.
func (o *ResponsesForwarding) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesForwarding) GetInputs() []ResponsesForwardingInput
GetInputs returns the Inputs field if non-nil, zero value otherwise.
func (o *ResponsesForwarding) GetInputsOk() (*[]ResponsesForwardingInput, bool)
GetInputsOk returns a tuple with the Inputs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesForwarding) SetInputs(v []ResponsesForwardingInput)
SetInputs sets Inputs field to given value.
func (o *ResponsesForwarding) HasInputs() bool
HasInputs returns a boolean if a field has been set.
func (o *ResponsesForwarding) GetMessageId() string
GetMessageId returns the MessageId field if non-nil, zero value otherwise.
func (o *ResponsesForwarding) GetMessageIdOk() (*string, bool)
GetMessageIdOk returns a tuple with the MessageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesForwarding) SetMessageId(v string)
SetMessageId sets MessageId field to given value.
func (o *ResponsesForwarding) HasMessageId() bool
HasMessageId returns a boolean if a field has been set.
func (o *ResponsesForwarding) GetTime() time.Time
GetTime returns the Time field if non-nil, zero value otherwise.
func (o *ResponsesForwarding) 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 *ResponsesForwarding) SetTime(v time.Time)
SetTime sets Time field to given value.
func (o *ResponsesForwarding) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *ResponsesForwarding) GetTokenId() string
GetTokenId returns the TokenId field if non-nil, zero value otherwise.
func (o *ResponsesForwarding) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesForwarding) SetTokenId(v string)
SetTokenId sets TokenId field to given value.
func (o *ResponsesForwarding) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (o *ResponsesForwarding) GetTxHash() *os.File
GetTxHash returns the TxHash field if non-nil, zero value otherwise.
func (o *ResponsesForwarding) 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 *ResponsesForwarding) SetTxHash(v *os.File)
SetTxHash sets TxHash field to given value.
func (o *ResponsesForwarding) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.