44
55Name | Type | Description | Notes
66------------ | ------------- | ------------- | -------------
7+ ** Amount** | Pointer to ** string** | | [ optional]
78** Chain** | Pointer to [ ** ResponsesChainMetadata** ] ( ResponsesChainMetadata.md ) | | [ optional]
9+ ** Denom** | Pointer to ** string** | | [ optional]
810** DestAddress** | Pointer to *** os.File** | | [ optional]
911** DestDomain** | Pointer to ** int64** | | [ optional]
10- ** FailedCount** | Pointer to ** int64** | | [ optional]
1112** ForwardAddress** | Pointer to [ ** ResponsesShortAddress** ] ( ResponsesShortAddress.md ) | | [ optional]
1213** Height** | Pointer to ** int64** | | [ optional]
1314** Id** | Pointer to ** int64** | | [ optional]
1415** Inputs** | Pointer to [ ** [ ] ResponsesForwardingInput** ] ( ResponsesForwardingInput.md ) | | [ optional]
15- ** SuccessCount ** | Pointer to ** int64 ** | | [ optional]
16+ ** MessageId ** | Pointer to ** string ** | | [ optional]
1617** Time** | Pointer to ** time.Time** | | [ optional]
17- ** Transfers ** | Pointer to ** [ ] int32 ** | | [ optional]
18+ ** TokenId ** | Pointer to ** string ** | | [ optional]
1819** TxHash** | Pointer to *** os.File** | | [ optional]
1920
2021## Methods
@@ -36,6 +37,31 @@ NewResponsesForwardingWithDefaults instantiates a new ResponsesForwarding object
3637This constructor will only assign default values to properties that have it defined,
3738but it doesn't guarantee that properties required by API are set
3839
40+ ### GetAmount
41+
42+ ` func (o *ResponsesForwarding) GetAmount() string `
43+
44+ GetAmount returns the Amount field if non-nil, zero value otherwise.
45+
46+ ### GetAmountOk
47+
48+ ` func (o *ResponsesForwarding) GetAmountOk() (*string, bool) `
49+
50+ GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise
51+ and a boolean to check if the value has been set.
52+
53+ ### SetAmount
54+
55+ ` func (o *ResponsesForwarding) SetAmount(v string) `
56+
57+ SetAmount sets Amount field to given value.
58+
59+ ### HasAmount
60+
61+ ` func (o *ResponsesForwarding) HasAmount() bool `
62+
63+ HasAmount returns a boolean if a field has been set.
64+
3965### GetChain
4066
4167` func (o *ResponsesForwarding) GetChain() ResponsesChainMetadata `
@@ -61,6 +87,31 @@ SetChain sets Chain field to given value.
6187
6288HasChain returns a boolean if a field has been set.
6389
90+ ### GetDenom
91+
92+ ` func (o *ResponsesForwarding) GetDenom() string `
93+
94+ GetDenom returns the Denom field if non-nil, zero value otherwise.
95+
96+ ### GetDenomOk
97+
98+ ` func (o *ResponsesForwarding) GetDenomOk() (*string, bool) `
99+
100+ GetDenomOk returns a tuple with the Denom field if it's non-nil, zero value otherwise
101+ and a boolean to check if the value has been set.
102+
103+ ### SetDenom
104+
105+ ` func (o *ResponsesForwarding) SetDenom(v string) `
106+
107+ SetDenom sets Denom field to given value.
108+
109+ ### HasDenom
110+
111+ ` func (o *ResponsesForwarding) HasDenom() bool `
112+
113+ HasDenom returns a boolean if a field has been set.
114+
64115### GetDestAddress
65116
66117` func (o *ResponsesForwarding) GetDestAddress() *os.File `
@@ -111,31 +162,6 @@ SetDestDomain sets DestDomain field to given value.
111162
112163HasDestDomain returns a boolean if a field has been set.
113164
114- ### GetFailedCount
115-
116- ` func (o *ResponsesForwarding) GetFailedCount() int64 `
117-
118- GetFailedCount returns the FailedCount field if non-nil, zero value otherwise.
119-
120- ### GetFailedCountOk
121-
122- ` func (o *ResponsesForwarding) GetFailedCountOk() (*int64, bool) `
123-
124- GetFailedCountOk returns a tuple with the FailedCount field if it's non-nil, zero value otherwise
125- and a boolean to check if the value has been set.
126-
127- ### SetFailedCount
128-
129- ` func (o *ResponsesForwarding) SetFailedCount(v int64) `
130-
131- SetFailedCount sets FailedCount field to given value.
132-
133- ### HasFailedCount
134-
135- ` func (o *ResponsesForwarding) HasFailedCount() bool `
136-
137- HasFailedCount returns a boolean if a field has been set.
138-
139165### GetForwardAddress
140166
141167` func (o *ResponsesForwarding) GetForwardAddress() ResponsesShortAddress `
@@ -236,30 +262,30 @@ SetInputs sets Inputs field to given value.
236262
237263HasInputs returns a boolean if a field has been set.
238264
239- ### GetSuccessCount
265+ ### GetMessageId
240266
241- ` func (o *ResponsesForwarding) GetSuccessCount () int64 `
267+ ` func (o *ResponsesForwarding) GetMessageId () string `
242268
243- GetSuccessCount returns the SuccessCount field if non-nil, zero value otherwise.
269+ GetMessageId returns the MessageId field if non-nil, zero value otherwise.
244270
245- ### GetSuccessCountOk
271+ ### GetMessageIdOk
246272
247- ` func (o *ResponsesForwarding) GetSuccessCountOk () (*int64 , bool) `
273+ ` func (o *ResponsesForwarding) GetMessageIdOk () (*string , bool) `
248274
249- GetSuccessCountOk returns a tuple with the SuccessCount field if it's non-nil, zero value otherwise
275+ GetMessageIdOk returns a tuple with the MessageId field if it's non-nil, zero value otherwise
250276and a boolean to check if the value has been set.
251277
252- ### SetSuccessCount
278+ ### SetMessageId
253279
254- ` func (o *ResponsesForwarding) SetSuccessCount (v int64 ) `
280+ ` func (o *ResponsesForwarding) SetMessageId (v string ) `
255281
256- SetSuccessCount sets SuccessCount field to given value.
282+ SetMessageId sets MessageId field to given value.
257283
258- ### HasSuccessCount
284+ ### HasMessageId
259285
260- ` func (o *ResponsesForwarding) HasSuccessCount () bool `
286+ ` func (o *ResponsesForwarding) HasMessageId () bool `
261287
262- HasSuccessCount returns a boolean if a field has been set.
288+ HasMessageId returns a boolean if a field has been set.
263289
264290### GetTime
265291
@@ -286,30 +312,30 @@ SetTime sets Time field to given value.
286312
287313HasTime returns a boolean if a field has been set.
288314
289- ### GetTransfers
315+ ### GetTokenId
290316
291- ` func (o *ResponsesForwarding) GetTransfers () []int32 `
317+ ` func (o *ResponsesForwarding) GetTokenId () string `
292318
293- GetTransfers returns the Transfers field if non-nil, zero value otherwise.
319+ GetTokenId returns the TokenId field if non-nil, zero value otherwise.
294320
295- ### GetTransfersOk
321+ ### GetTokenIdOk
296322
297- ` func (o *ResponsesForwarding) GetTransfersOk () (*[]int32 , bool) `
323+ ` func (o *ResponsesForwarding) GetTokenIdOk () (*string , bool) `
298324
299- GetTransfersOk returns a tuple with the Transfers field if it's non-nil, zero value otherwise
325+ GetTokenIdOk returns a tuple with the TokenId field if it's non-nil, zero value otherwise
300326and a boolean to check if the value has been set.
301327
302- ### SetTransfers
328+ ### SetTokenId
303329
304- ` func (o *ResponsesForwarding) SetTransfers (v []int32 ) `
330+ ` func (o *ResponsesForwarding) SetTokenId (v string ) `
305331
306- SetTransfers sets Transfers field to given value.
332+ SetTokenId sets TokenId field to given value.
307333
308- ### HasTransfers
334+ ### HasTokenId
309335
310- ` func (o *ResponsesForwarding) HasTransfers () bool `
336+ ` func (o *ResponsesForwarding) HasTokenId () bool `
311337
312- HasTransfers returns a boolean if a field has been set.
338+ HasTokenId returns a boolean if a field has been set.
313339
314340### GetTxHash
315341
0 commit comments