Skip to content

Commit 8490c2e

Browse files
committed
v1.19.3
1 parent 37f0d8d commit 8490c2e

5 files changed

Lines changed: 217 additions & 146 deletions

File tree

api/openapi.yaml

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8097,7 +8097,7 @@ components:
80978097
type: object
80988098
responses.Forwarding:
80998099
example:
8100-
dest_address: 0x000000000000000000000000123456789abcdef123456789abcdef12345609
8100+
amount: "1000000"
81018101
chain:
81028102
name: name
81038103
native_token:
@@ -8156,36 +8156,39 @@ components:
81568156
denom: utia
81578157
time: 2023-07-04T03:10:57Z
81588158
height: 100
8159-
transfers:
8160-
- 0
8161-
- 0
8162-
dest_domain: 123456789
8159+
message_id: 0xac8852bd411c0c88cdadfe9b2386b2bcd702f35479c25a4b2d2cc3fb49d095d4
8160+
tx_hash: 652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF
8161+
dest_address: 0x000000000000000000000000d5e85e86fc692cedad6d6992f1f0ccf273e39913
8162+
token_id: 12652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF345
8163+
dest_domain: 11155111
81638164
forward_address:
81648165
celestials:
81658166
image_url: https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC
81668167
name: name
81678168
primary: true
81688169
status: VERIFIED
81698170
hash: celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60
8170-
success_count: 100
8171-
failed_count: 10
8172-
tx_hash: 652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF
8171+
denom: hyperlane/0x726f757465725f61707000000000000000000000000000020000000000000024
81738172
id: 321
81748173
time: 2023-07-04T03:10:57Z
81758174
height: 100
81768175
properties:
8176+
amount:
8177+
example: "1000000"
8178+
format: string
8179+
type: string
81778180
chain:
81788181
$ref: "#/components/schemas/responses.ChainMetadata"
8182+
denom:
8183+
example: hyperlane/0x726f757465725f61707000000000000000000000000000020000000000000024
8184+
format: string
8185+
type: string
81798186
dest_address:
8180-
example: 0x000000000000000000000000123456789abcdef123456789abcdef12345609
8187+
example: 0x000000000000000000000000d5e85e86fc692cedad6d6992f1f0ccf273e39913
81818188
format: binary
81828189
type: string
81838190
dest_domain:
8184-
example: 123456789
8185-
format: int64
8186-
type: integer
8187-
failed_count:
8188-
example: 10
8191+
example: 11155111
81898192
format: int64
81908193
type: integer
81918194
forward_address:
@@ -8202,18 +8205,18 @@ components:
82028205
items:
82038206
$ref: "#/components/schemas/responses.ForwardingInput"
82048207
type: array
8205-
success_count:
8206-
example: 100
8207-
format: int64
8208-
type: integer
8208+
message_id:
8209+
example: 0xac8852bd411c0c88cdadfe9b2386b2bcd702f35479c25a4b2d2cc3fb49d095d4
8210+
format: string
8211+
type: string
82098212
time:
82108213
example: 2023-07-04T03:10:57Z
82118214
format: date-time
82128215
type: string
8213-
transfers:
8214-
items:
8215-
type: integer
8216-
type: array
8216+
token_id:
8217+
example: 12652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF345
8218+
format: string
8219+
type: string
82178220
tx_hash:
82188221
example: 652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF
82198222
format: binary
@@ -11769,6 +11772,7 @@ components:
1176911772
- hyperlane.core.interchain_security.v1.EventCreateRoutingIsm
1177011773
- signal_version
1177111774
- ibccallbackerror-ics27_packet
11775+
- ibccallbackerror-fungible_token_packet
1177211776
- celestia.forwarding.v1.EventTokenForwarded
1177311777
- celestia.forwarding.v1.EventForwardingComplete
1177411778
- celestia.zkism.v1.EventCreateInterchainSecurityModule
@@ -11861,6 +11865,7 @@ components:
1186111865
- EventTypeHyperlanecoreinterchainSecurityv1EventCreateRoutingIsm
1186211866
- EventTypeSignalVersion
1186311867
- EventTypeIbccallbackerrorIcs27Packet
11868+
- EventTypeIbccallbackerrorFungibleTokenPacket
1186411869
- EventTypeCelestiaforwardingv1EventTokenForwarded
1186511870
- EventTypeCelestiaforwardingv1EventForwardingComplete
1186611871
- EventTypeCelestiazkismv1EventCreateInterchainSecurityModule

docs/ResponsesForwarding.md

Lines changed: 78 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44

55
Name | 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
3637
This constructor will only assign default values to properties that have it defined,
3738
but 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

6288
HasChain 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

112163
HasDestDomain 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

237263
HasInputs 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
250276
and 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

287313
HasTime 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
300326
and 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

docs/TypesEventType.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@
173173

174174
* `EventTypeIbccallbackerrorIcs27Packet` (value: `"ibccallbackerror-ics27_packet"`)
175175

176+
* `EventTypeIbccallbackerrorFungibleTokenPacket` (value: `"ibccallbackerror-fungible_token_packet"`)
177+
176178
* `EventTypeCelestiaforwardingv1EventTokenForwarded` (value: `"celestia.forwarding.v1.EventTokenForwarded"`)
177179

178180
* `EventTypeCelestiaforwardingv1EventForwardingComplete` (value: `"celestia.forwarding.v1.EventForwardingComplete"`)

0 commit comments

Comments
 (0)