@hyperlane-xyz/cosmos-types 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +22 -0
- package/dist/index.js.map +1 -0
- package/dist/types/cosmos/app/v1alpha1/module.d.ts +204 -0
- package/dist/types/cosmos/app/v1alpha1/module.d.ts.map +1 -0
- package/dist/types/cosmos/app/v1alpha1/module.js +218 -0
- package/dist/types/cosmos/app/v1alpha1/module.js.map +1 -0
- package/dist/types/cosmos/base/query/v1beta1/pagination.d.ts +129 -0
- package/dist/types/cosmos/base/query/v1beta1/pagination.d.ts.map +1 -0
- package/dist/types/cosmos/base/query/v1beta1/pagination.js +231 -0
- package/dist/types/cosmos/base/query/v1beta1/pagination.js.map +1 -0
- package/dist/types/cosmos/base/v1beta1/coin.d.ts +74 -0
- package/dist/types/cosmos/base/v1beta1/coin.d.ts.map +1 -0
- package/dist/types/cosmos/base/v1beta1/coin.js +144 -0
- package/dist/types/cosmos/base/v1beta1/coin.js.map +1 -0
- package/dist/types/cosmos/msg/v1/msg.d.ts +2 -0
- package/dist/types/cosmos/msg/v1/msg.d.ts.map +1 -0
- package/dist/types/cosmos/msg/v1/msg.js +8 -0
- package/dist/types/cosmos/msg/v1/msg.js.map +1 -0
- package/dist/types/cosmos_proto/cosmos.d.ts +116 -0
- package/dist/types/cosmos_proto/cosmos.d.ts.map +1 -0
- package/dist/types/cosmos_proto/cosmos.js +223 -0
- package/dist/types/cosmos_proto/cosmos.js.map +1 -0
- package/dist/types/gogoproto/gogo.d.ts +2 -0
- package/dist/types/gogoproto/gogo.d.ts.map +1 -0
- package/dist/types/gogoproto/gogo.js +8 -0
- package/dist/types/gogoproto/gogo.js.map +1 -0
- package/dist/types/google/api/annotations.d.ts +2 -0
- package/dist/types/google/api/annotations.d.ts.map +1 -0
- package/dist/types/google/api/annotations.js +8 -0
- package/dist/types/google/api/annotations.js.map +1 -0
- package/dist/types/google/api/http.d.ts +3023 -0
- package/dist/types/google/api/http.d.ts.map +1 -0
- package/dist/types/google/api/http.js +353 -0
- package/dist/types/google/api/http.js.map +1 -0
- package/dist/types/google/protobuf/any.d.ts +155 -0
- package/dist/types/google/protobuf/any.d.ts.map +1 -0
- package/dist/types/google/protobuf/any.js +107 -0
- package/dist/types/google/protobuf/any.js.map +1 -0
- package/dist/types/google/protobuf/descriptor.d.ts +112572 -0
- package/dist/types/google/protobuf/descriptor.d.ts.map +1 -0
- package/dist/types/google/protobuf/descriptor.js +4418 -0
- package/dist/types/google/protobuf/descriptor.js.map +1 -0
- package/dist/types/hyperlane/core/interchain_security/v1/genesis.d.ts +159 -0
- package/dist/types/hyperlane/core/interchain_security/v1/genesis.d.ts.map +1 -0
- package/dist/types/hyperlane/core/interchain_security/v1/genesis.js +197 -0
- package/dist/types/hyperlane/core/interchain_security/v1/genesis.js.map +1 -0
- package/dist/types/hyperlane/core/interchain_security/v1/query.d.ts +321 -0
- package/dist/types/hyperlane/core/interchain_security/v1/query.d.ts.map +1 -0
- package/dist/types/hyperlane/core/interchain_security/v1/query.js +529 -0
- package/dist/types/hyperlane/core/interchain_security/v1/query.js.map +1 -0
- package/dist/types/hyperlane/core/interchain_security/v1/tx.d.ts +249 -0
- package/dist/types/hyperlane/core/interchain_security/v1/tx.d.ts.map +1 -0
- package/dist/types/hyperlane/core/interchain_security/v1/tx.js +576 -0
- package/dist/types/hyperlane/core/interchain_security/v1/tx.js.map +1 -0
- package/dist/types/hyperlane/core/interchain_security/v1/types.d.ts +125 -0
- package/dist/types/hyperlane/core/interchain_security/v1/types.d.ts.map +1 -0
- package/dist/types/hyperlane/core/interchain_security/v1/types.js +274 -0
- package/dist/types/hyperlane/core/interchain_security/v1/types.js.map +1 -0
- package/dist/types/hyperlane/core/module/v1/module.d.ts +41 -0
- package/dist/types/hyperlane/core/module/v1/module.d.ts.map +1 -0
- package/dist/types/hyperlane/core/module/v1/module.js +66 -0
- package/dist/types/hyperlane/core/module/v1/module.js.map +1 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/events.d.ts +151 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/events.d.ts.map +1 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/events.js +364 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/events.js.map +1 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/genesis.d.ts +407 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/genesis.d.ts.map +1 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/genesis.js +240 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/genesis.js.map +1 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/query.d.ts +1200 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/query.d.ts.map +1 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/query.js +1280 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/query.js.map +1 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/tx.d.ts +439 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/tx.d.ts.map +1 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/tx.js +921 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/tx.js.map +1 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/types.d.ts +274 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/types.d.ts.map +1 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/types.js +527 -0
- package/dist/types/hyperlane/core/post_dispatch/v1/types.js.map +1 -0
- package/dist/types/hyperlane/core/v1/events.d.ts +110 -0
- package/dist/types/hyperlane/core/v1/events.d.ts.map +1 -0
- package/dist/types/hyperlane/core/v1/events.js +267 -0
- package/dist/types/hyperlane/core/v1/events.js.map +1 -0
- package/dist/types/hyperlane/core/v1/genesis.d.ts +712 -0
- package/dist/types/hyperlane/core/v1/genesis.d.ts.map +1 -0
- package/dist/types/hyperlane/core/v1/genesis.js +260 -0
- package/dist/types/hyperlane/core/v1/genesis.js.map +1 -0
- package/dist/types/hyperlane/core/v1/query.d.ts +471 -0
- package/dist/types/hyperlane/core/v1/query.d.ts.map +1 -0
- package/dist/types/hyperlane/core/v1/query.js +655 -0
- package/dist/types/hyperlane/core/v1/query.js.map +1 -0
- package/dist/types/hyperlane/core/v1/tx.d.ts +213 -0
- package/dist/types/hyperlane/core/v1/tx.d.ts.map +1 -0
- package/dist/types/hyperlane/core/v1/tx.js +522 -0
- package/dist/types/hyperlane/core/v1/tx.js.map +1 -0
- package/dist/types/hyperlane/core/v1/types.d.ts +76 -0
- package/dist/types/hyperlane/core/v1/types.d.ts.map +1 -0
- package/dist/types/hyperlane/core/v1/types.js +183 -0
- package/dist/types/hyperlane/core/v1/types.js.map +1 -0
- package/dist/types/hyperlane/warp/module/v1/module.d.ts +46 -0
- package/dist/types/hyperlane/warp/module/v1/module.d.ts.map +1 -0
- package/dist/types/hyperlane/warp/module/v1/module.js +91 -0
- package/dist/types/hyperlane/warp/module/v1/module.js.map +1 -0
- package/dist/types/hyperlane/warp/v1/events.d.ts +39 -0
- package/dist/types/hyperlane/warp/v1/events.d.ts.map +1 -0
- package/dist/types/hyperlane/warp/v1/events.js +82 -0
- package/dist/types/hyperlane/warp/v1/events.js.map +1 -0
- package/dist/types/hyperlane/warp/v1/genesis.d.ts +252 -0
- package/dist/types/hyperlane/warp/v1/genesis.d.ts.map +1 -0
- package/dist/types/hyperlane/warp/v1/genesis.js +182 -0
- package/dist/types/hyperlane/warp/v1/genesis.js.map +1 -0
- package/dist/types/hyperlane/warp/v1/query.d.ts +623 -0
- package/dist/types/hyperlane/warp/v1/query.d.ts.map +1 -0
- package/dist/types/hyperlane/warp/v1/query.js +803 -0
- package/dist/types/hyperlane/warp/v1/query.js.map +1 -0
- package/dist/types/hyperlane/warp/v1/tx.d.ts +399 -0
- package/dist/types/hyperlane/warp/v1/tx.d.ts.map +1 -0
- package/dist/types/hyperlane/warp/v1/tx.js +936 -0
- package/dist/types/hyperlane/warp/v1/tx.js.map +1 -0
- package/dist/types/hyperlane/warp/v1/types.d.ts +118 -0
- package/dist/types/hyperlane/warp/v1/types.d.ts.map +1 -0
- package/dist/types/hyperlane/warp/v1/types.js +340 -0
- package/dist/types/hyperlane/warp/v1/types.js.map +1 -0
- package/package.json +48 -0
|
@@ -0,0 +1,407 @@
|
|
|
1
|
+
import _m0 from 'protobufjs/minimal.js';
|
|
2
|
+
import { GasOracle, InterchainGasPaymaster, MerkleTreeHook, NoopHook } from './types.js';
|
|
3
|
+
export declare const protobufPackage = "hyperlane.core.post_dispatch.v1";
|
|
4
|
+
/** GenesisState defines the post dispatch submodule's genesis state. */
|
|
5
|
+
export interface GenesisState {
|
|
6
|
+
igps: InterchainGasPaymaster[];
|
|
7
|
+
igp_gas_configs: GenesisDestinationGasConfigWrapper[];
|
|
8
|
+
merkle_tree_hooks: MerkleTreeHook[];
|
|
9
|
+
noop_hooks: NoopHook[];
|
|
10
|
+
}
|
|
11
|
+
/** GenesisDestinationGasConfigWrapper ... */
|
|
12
|
+
export interface GenesisDestinationGasConfigWrapper {
|
|
13
|
+
/** remote_domain ... */
|
|
14
|
+
remote_domain: number;
|
|
15
|
+
/** gas_oracle ... */
|
|
16
|
+
gas_oracle?: GasOracle | undefined;
|
|
17
|
+
/** gas_overhead ... */
|
|
18
|
+
gas_overhead: string;
|
|
19
|
+
/** igp_id is required for the Genesis handling. */
|
|
20
|
+
igp_id: string;
|
|
21
|
+
}
|
|
22
|
+
export declare const GenesisState: {
|
|
23
|
+
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
|
24
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
|
25
|
+
fromJSON(object: any): GenesisState;
|
|
26
|
+
toJSON(message: GenesisState): unknown;
|
|
27
|
+
create<I extends {
|
|
28
|
+
igps?: {
|
|
29
|
+
id?: string | undefined;
|
|
30
|
+
owner?: string | undefined;
|
|
31
|
+
denom?: string | undefined;
|
|
32
|
+
claimable_fees?: {
|
|
33
|
+
denom?: string | undefined;
|
|
34
|
+
amount?: string | undefined;
|
|
35
|
+
}[] | undefined;
|
|
36
|
+
}[] | undefined;
|
|
37
|
+
igp_gas_configs?: {
|
|
38
|
+
remote_domain?: number | undefined;
|
|
39
|
+
gas_oracle?: {
|
|
40
|
+
token_exchange_rate?: string | undefined;
|
|
41
|
+
gas_price?: string | undefined;
|
|
42
|
+
} | undefined;
|
|
43
|
+
gas_overhead?: string | undefined;
|
|
44
|
+
igp_id?: string | undefined;
|
|
45
|
+
}[] | undefined;
|
|
46
|
+
merkle_tree_hooks?: {
|
|
47
|
+
id?: string | undefined;
|
|
48
|
+
mailbox_id?: string | undefined;
|
|
49
|
+
owner?: string | undefined;
|
|
50
|
+
tree?: {
|
|
51
|
+
branch?: Uint8Array[] | undefined;
|
|
52
|
+
count?: number | undefined;
|
|
53
|
+
} | undefined;
|
|
54
|
+
}[] | undefined;
|
|
55
|
+
noop_hooks?: {
|
|
56
|
+
id?: string | undefined;
|
|
57
|
+
owner?: string | undefined;
|
|
58
|
+
}[] | undefined;
|
|
59
|
+
} & {
|
|
60
|
+
igps?: ({
|
|
61
|
+
id?: string | undefined;
|
|
62
|
+
owner?: string | undefined;
|
|
63
|
+
denom?: string | undefined;
|
|
64
|
+
claimable_fees?: {
|
|
65
|
+
denom?: string | undefined;
|
|
66
|
+
amount?: string | undefined;
|
|
67
|
+
}[] | undefined;
|
|
68
|
+
}[] & ({
|
|
69
|
+
id?: string | undefined;
|
|
70
|
+
owner?: string | undefined;
|
|
71
|
+
denom?: string | undefined;
|
|
72
|
+
claimable_fees?: {
|
|
73
|
+
denom?: string | undefined;
|
|
74
|
+
amount?: string | undefined;
|
|
75
|
+
}[] | undefined;
|
|
76
|
+
} & {
|
|
77
|
+
id?: string | undefined;
|
|
78
|
+
owner?: string | undefined;
|
|
79
|
+
denom?: string | undefined;
|
|
80
|
+
claimable_fees?: ({
|
|
81
|
+
denom?: string | undefined;
|
|
82
|
+
amount?: string | undefined;
|
|
83
|
+
}[] & ({
|
|
84
|
+
denom?: string | undefined;
|
|
85
|
+
amount?: string | undefined;
|
|
86
|
+
} & {
|
|
87
|
+
denom?: string | undefined;
|
|
88
|
+
amount?: string | undefined;
|
|
89
|
+
} & { [K in Exclude<keyof I["igps"][number]["claimable_fees"][number], keyof import("../../../../cosmos/base/v1beta1/coin.js").Coin>]: never; })[] & { [K_1 in Exclude<keyof I["igps"][number]["claimable_fees"], keyof {
|
|
90
|
+
denom?: string | undefined;
|
|
91
|
+
amount?: string | undefined;
|
|
92
|
+
}[]>]: never; }) | undefined;
|
|
93
|
+
} & { [K_2 in Exclude<keyof I["igps"][number], keyof InterchainGasPaymaster>]: never; })[] & { [K_3 in Exclude<keyof I["igps"], keyof {
|
|
94
|
+
id?: string | undefined;
|
|
95
|
+
owner?: string | undefined;
|
|
96
|
+
denom?: string | undefined;
|
|
97
|
+
claimable_fees?: {
|
|
98
|
+
denom?: string | undefined;
|
|
99
|
+
amount?: string | undefined;
|
|
100
|
+
}[] | undefined;
|
|
101
|
+
}[]>]: never; }) | undefined;
|
|
102
|
+
igp_gas_configs?: ({
|
|
103
|
+
remote_domain?: number | undefined;
|
|
104
|
+
gas_oracle?: {
|
|
105
|
+
token_exchange_rate?: string | undefined;
|
|
106
|
+
gas_price?: string | undefined;
|
|
107
|
+
} | undefined;
|
|
108
|
+
gas_overhead?: string | undefined;
|
|
109
|
+
igp_id?: string | undefined;
|
|
110
|
+
}[] & ({
|
|
111
|
+
remote_domain?: number | undefined;
|
|
112
|
+
gas_oracle?: {
|
|
113
|
+
token_exchange_rate?: string | undefined;
|
|
114
|
+
gas_price?: string | undefined;
|
|
115
|
+
} | undefined;
|
|
116
|
+
gas_overhead?: string | undefined;
|
|
117
|
+
igp_id?: string | undefined;
|
|
118
|
+
} & {
|
|
119
|
+
remote_domain?: number | undefined;
|
|
120
|
+
gas_oracle?: ({
|
|
121
|
+
token_exchange_rate?: string | undefined;
|
|
122
|
+
gas_price?: string | undefined;
|
|
123
|
+
} & {
|
|
124
|
+
token_exchange_rate?: string | undefined;
|
|
125
|
+
gas_price?: string | undefined;
|
|
126
|
+
} & { [K_4 in Exclude<keyof I["igp_gas_configs"][number]["gas_oracle"], keyof GasOracle>]: never; }) | undefined;
|
|
127
|
+
gas_overhead?: string | undefined;
|
|
128
|
+
igp_id?: string | undefined;
|
|
129
|
+
} & { [K_5 in Exclude<keyof I["igp_gas_configs"][number], keyof GenesisDestinationGasConfigWrapper>]: never; })[] & { [K_6 in Exclude<keyof I["igp_gas_configs"], keyof {
|
|
130
|
+
remote_domain?: number | undefined;
|
|
131
|
+
gas_oracle?: {
|
|
132
|
+
token_exchange_rate?: string | undefined;
|
|
133
|
+
gas_price?: string | undefined;
|
|
134
|
+
} | undefined;
|
|
135
|
+
gas_overhead?: string | undefined;
|
|
136
|
+
igp_id?: string | undefined;
|
|
137
|
+
}[]>]: never; }) | undefined;
|
|
138
|
+
merkle_tree_hooks?: ({
|
|
139
|
+
id?: string | undefined;
|
|
140
|
+
mailbox_id?: string | undefined;
|
|
141
|
+
owner?: string | undefined;
|
|
142
|
+
tree?: {
|
|
143
|
+
branch?: Uint8Array[] | undefined;
|
|
144
|
+
count?: number | undefined;
|
|
145
|
+
} | undefined;
|
|
146
|
+
}[] & ({
|
|
147
|
+
id?: string | undefined;
|
|
148
|
+
mailbox_id?: string | undefined;
|
|
149
|
+
owner?: string | undefined;
|
|
150
|
+
tree?: {
|
|
151
|
+
branch?: Uint8Array[] | undefined;
|
|
152
|
+
count?: number | undefined;
|
|
153
|
+
} | undefined;
|
|
154
|
+
} & {
|
|
155
|
+
id?: string | undefined;
|
|
156
|
+
mailbox_id?: string | undefined;
|
|
157
|
+
owner?: string | undefined;
|
|
158
|
+
tree?: ({
|
|
159
|
+
branch?: Uint8Array[] | undefined;
|
|
160
|
+
count?: number | undefined;
|
|
161
|
+
} & {
|
|
162
|
+
branch?: (Uint8Array[] & Uint8Array[] & { [K_7 in Exclude<keyof I["merkle_tree_hooks"][number]["tree"]["branch"], keyof Uint8Array[]>]: never; }) | undefined;
|
|
163
|
+
count?: number | undefined;
|
|
164
|
+
} & { [K_8 in Exclude<keyof I["merkle_tree_hooks"][number]["tree"], keyof import("./types.js").Tree>]: never; }) | undefined;
|
|
165
|
+
} & { [K_9 in Exclude<keyof I["merkle_tree_hooks"][number], keyof MerkleTreeHook>]: never; })[] & { [K_10 in Exclude<keyof I["merkle_tree_hooks"], keyof {
|
|
166
|
+
id?: string | undefined;
|
|
167
|
+
mailbox_id?: string | undefined;
|
|
168
|
+
owner?: string | undefined;
|
|
169
|
+
tree?: {
|
|
170
|
+
branch?: Uint8Array[] | undefined;
|
|
171
|
+
count?: number | undefined;
|
|
172
|
+
} | undefined;
|
|
173
|
+
}[]>]: never; }) | undefined;
|
|
174
|
+
noop_hooks?: ({
|
|
175
|
+
id?: string | undefined;
|
|
176
|
+
owner?: string | undefined;
|
|
177
|
+
}[] & ({
|
|
178
|
+
id?: string | undefined;
|
|
179
|
+
owner?: string | undefined;
|
|
180
|
+
} & {
|
|
181
|
+
id?: string | undefined;
|
|
182
|
+
owner?: string | undefined;
|
|
183
|
+
} & { [K_11 in Exclude<keyof I["noop_hooks"][number], keyof NoopHook>]: never; })[] & { [K_12 in Exclude<keyof I["noop_hooks"], keyof {
|
|
184
|
+
id?: string | undefined;
|
|
185
|
+
owner?: string | undefined;
|
|
186
|
+
}[]>]: never; }) | undefined;
|
|
187
|
+
} & { [K_13 in Exclude<keyof I, keyof GenesisState>]: never; }>(base?: I | undefined): GenesisState;
|
|
188
|
+
fromPartial<I_1 extends {
|
|
189
|
+
igps?: {
|
|
190
|
+
id?: string | undefined;
|
|
191
|
+
owner?: string | undefined;
|
|
192
|
+
denom?: string | undefined;
|
|
193
|
+
claimable_fees?: {
|
|
194
|
+
denom?: string | undefined;
|
|
195
|
+
amount?: string | undefined;
|
|
196
|
+
}[] | undefined;
|
|
197
|
+
}[] | undefined;
|
|
198
|
+
igp_gas_configs?: {
|
|
199
|
+
remote_domain?: number | undefined;
|
|
200
|
+
gas_oracle?: {
|
|
201
|
+
token_exchange_rate?: string | undefined;
|
|
202
|
+
gas_price?: string | undefined;
|
|
203
|
+
} | undefined;
|
|
204
|
+
gas_overhead?: string | undefined;
|
|
205
|
+
igp_id?: string | undefined;
|
|
206
|
+
}[] | undefined;
|
|
207
|
+
merkle_tree_hooks?: {
|
|
208
|
+
id?: string | undefined;
|
|
209
|
+
mailbox_id?: string | undefined;
|
|
210
|
+
owner?: string | undefined;
|
|
211
|
+
tree?: {
|
|
212
|
+
branch?: Uint8Array[] | undefined;
|
|
213
|
+
count?: number | undefined;
|
|
214
|
+
} | undefined;
|
|
215
|
+
}[] | undefined;
|
|
216
|
+
noop_hooks?: {
|
|
217
|
+
id?: string | undefined;
|
|
218
|
+
owner?: string | undefined;
|
|
219
|
+
}[] | undefined;
|
|
220
|
+
} & {
|
|
221
|
+
igps?: ({
|
|
222
|
+
id?: string | undefined;
|
|
223
|
+
owner?: string | undefined;
|
|
224
|
+
denom?: string | undefined;
|
|
225
|
+
claimable_fees?: {
|
|
226
|
+
denom?: string | undefined;
|
|
227
|
+
amount?: string | undefined;
|
|
228
|
+
}[] | undefined;
|
|
229
|
+
}[] & ({
|
|
230
|
+
id?: string | undefined;
|
|
231
|
+
owner?: string | undefined;
|
|
232
|
+
denom?: string | undefined;
|
|
233
|
+
claimable_fees?: {
|
|
234
|
+
denom?: string | undefined;
|
|
235
|
+
amount?: string | undefined;
|
|
236
|
+
}[] | undefined;
|
|
237
|
+
} & {
|
|
238
|
+
id?: string | undefined;
|
|
239
|
+
owner?: string | undefined;
|
|
240
|
+
denom?: string | undefined;
|
|
241
|
+
claimable_fees?: ({
|
|
242
|
+
denom?: string | undefined;
|
|
243
|
+
amount?: string | undefined;
|
|
244
|
+
}[] & ({
|
|
245
|
+
denom?: string | undefined;
|
|
246
|
+
amount?: string | undefined;
|
|
247
|
+
} & {
|
|
248
|
+
denom?: string | undefined;
|
|
249
|
+
amount?: string | undefined;
|
|
250
|
+
} & { [K_14 in Exclude<keyof I_1["igps"][number]["claimable_fees"][number], keyof import("../../../../cosmos/base/v1beta1/coin.js").Coin>]: never; })[] & { [K_15 in Exclude<keyof I_1["igps"][number]["claimable_fees"], keyof {
|
|
251
|
+
denom?: string | undefined;
|
|
252
|
+
amount?: string | undefined;
|
|
253
|
+
}[]>]: never; }) | undefined;
|
|
254
|
+
} & { [K_16 in Exclude<keyof I_1["igps"][number], keyof InterchainGasPaymaster>]: never; })[] & { [K_17 in Exclude<keyof I_1["igps"], keyof {
|
|
255
|
+
id?: string | undefined;
|
|
256
|
+
owner?: string | undefined;
|
|
257
|
+
denom?: string | undefined;
|
|
258
|
+
claimable_fees?: {
|
|
259
|
+
denom?: string | undefined;
|
|
260
|
+
amount?: string | undefined;
|
|
261
|
+
}[] | undefined;
|
|
262
|
+
}[]>]: never; }) | undefined;
|
|
263
|
+
igp_gas_configs?: ({
|
|
264
|
+
remote_domain?: number | undefined;
|
|
265
|
+
gas_oracle?: {
|
|
266
|
+
token_exchange_rate?: string | undefined;
|
|
267
|
+
gas_price?: string | undefined;
|
|
268
|
+
} | undefined;
|
|
269
|
+
gas_overhead?: string | undefined;
|
|
270
|
+
igp_id?: string | undefined;
|
|
271
|
+
}[] & ({
|
|
272
|
+
remote_domain?: number | undefined;
|
|
273
|
+
gas_oracle?: {
|
|
274
|
+
token_exchange_rate?: string | undefined;
|
|
275
|
+
gas_price?: string | undefined;
|
|
276
|
+
} | undefined;
|
|
277
|
+
gas_overhead?: string | undefined;
|
|
278
|
+
igp_id?: string | undefined;
|
|
279
|
+
} & {
|
|
280
|
+
remote_domain?: number | undefined;
|
|
281
|
+
gas_oracle?: ({
|
|
282
|
+
token_exchange_rate?: string | undefined;
|
|
283
|
+
gas_price?: string | undefined;
|
|
284
|
+
} & {
|
|
285
|
+
token_exchange_rate?: string | undefined;
|
|
286
|
+
gas_price?: string | undefined;
|
|
287
|
+
} & { [K_18 in Exclude<keyof I_1["igp_gas_configs"][number]["gas_oracle"], keyof GasOracle>]: never; }) | undefined;
|
|
288
|
+
gas_overhead?: string | undefined;
|
|
289
|
+
igp_id?: string | undefined;
|
|
290
|
+
} & { [K_19 in Exclude<keyof I_1["igp_gas_configs"][number], keyof GenesisDestinationGasConfigWrapper>]: never; })[] & { [K_20 in Exclude<keyof I_1["igp_gas_configs"], keyof {
|
|
291
|
+
remote_domain?: number | undefined;
|
|
292
|
+
gas_oracle?: {
|
|
293
|
+
token_exchange_rate?: string | undefined;
|
|
294
|
+
gas_price?: string | undefined;
|
|
295
|
+
} | undefined;
|
|
296
|
+
gas_overhead?: string | undefined;
|
|
297
|
+
igp_id?: string | undefined;
|
|
298
|
+
}[]>]: never; }) | undefined;
|
|
299
|
+
merkle_tree_hooks?: ({
|
|
300
|
+
id?: string | undefined;
|
|
301
|
+
mailbox_id?: string | undefined;
|
|
302
|
+
owner?: string | undefined;
|
|
303
|
+
tree?: {
|
|
304
|
+
branch?: Uint8Array[] | undefined;
|
|
305
|
+
count?: number | undefined;
|
|
306
|
+
} | undefined;
|
|
307
|
+
}[] & ({
|
|
308
|
+
id?: string | undefined;
|
|
309
|
+
mailbox_id?: string | undefined;
|
|
310
|
+
owner?: string | undefined;
|
|
311
|
+
tree?: {
|
|
312
|
+
branch?: Uint8Array[] | undefined;
|
|
313
|
+
count?: number | undefined;
|
|
314
|
+
} | undefined;
|
|
315
|
+
} & {
|
|
316
|
+
id?: string | undefined;
|
|
317
|
+
mailbox_id?: string | undefined;
|
|
318
|
+
owner?: string | undefined;
|
|
319
|
+
tree?: ({
|
|
320
|
+
branch?: Uint8Array[] | undefined;
|
|
321
|
+
count?: number | undefined;
|
|
322
|
+
} & {
|
|
323
|
+
branch?: (Uint8Array[] & Uint8Array[] & { [K_21 in Exclude<keyof I_1["merkle_tree_hooks"][number]["tree"]["branch"], keyof Uint8Array[]>]: never; }) | undefined;
|
|
324
|
+
count?: number | undefined;
|
|
325
|
+
} & { [K_22 in Exclude<keyof I_1["merkle_tree_hooks"][number]["tree"], keyof import("./types.js").Tree>]: never; }) | undefined;
|
|
326
|
+
} & { [K_23 in Exclude<keyof I_1["merkle_tree_hooks"][number], keyof MerkleTreeHook>]: never; })[] & { [K_24 in Exclude<keyof I_1["merkle_tree_hooks"], keyof {
|
|
327
|
+
id?: string | undefined;
|
|
328
|
+
mailbox_id?: string | undefined;
|
|
329
|
+
owner?: string | undefined;
|
|
330
|
+
tree?: {
|
|
331
|
+
branch?: Uint8Array[] | undefined;
|
|
332
|
+
count?: number | undefined;
|
|
333
|
+
} | undefined;
|
|
334
|
+
}[]>]: never; }) | undefined;
|
|
335
|
+
noop_hooks?: ({
|
|
336
|
+
id?: string | undefined;
|
|
337
|
+
owner?: string | undefined;
|
|
338
|
+
}[] & ({
|
|
339
|
+
id?: string | undefined;
|
|
340
|
+
owner?: string | undefined;
|
|
341
|
+
} & {
|
|
342
|
+
id?: string | undefined;
|
|
343
|
+
owner?: string | undefined;
|
|
344
|
+
} & { [K_25 in Exclude<keyof I_1["noop_hooks"][number], keyof NoopHook>]: never; })[] & { [K_26 in Exclude<keyof I_1["noop_hooks"], keyof {
|
|
345
|
+
id?: string | undefined;
|
|
346
|
+
owner?: string | undefined;
|
|
347
|
+
}[]>]: never; }) | undefined;
|
|
348
|
+
} & { [K_27 in Exclude<keyof I_1, keyof GenesisState>]: never; }>(object: I_1): GenesisState;
|
|
349
|
+
};
|
|
350
|
+
export declare const GenesisDestinationGasConfigWrapper: {
|
|
351
|
+
encode(message: GenesisDestinationGasConfigWrapper, writer?: _m0.Writer): _m0.Writer;
|
|
352
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisDestinationGasConfigWrapper;
|
|
353
|
+
fromJSON(object: any): GenesisDestinationGasConfigWrapper;
|
|
354
|
+
toJSON(message: GenesisDestinationGasConfigWrapper): unknown;
|
|
355
|
+
create<I extends {
|
|
356
|
+
remote_domain?: number | undefined;
|
|
357
|
+
gas_oracle?: {
|
|
358
|
+
token_exchange_rate?: string | undefined;
|
|
359
|
+
gas_price?: string | undefined;
|
|
360
|
+
} | undefined;
|
|
361
|
+
gas_overhead?: string | undefined;
|
|
362
|
+
igp_id?: string | undefined;
|
|
363
|
+
} & {
|
|
364
|
+
remote_domain?: number | undefined;
|
|
365
|
+
gas_oracle?: ({
|
|
366
|
+
token_exchange_rate?: string | undefined;
|
|
367
|
+
gas_price?: string | undefined;
|
|
368
|
+
} & {
|
|
369
|
+
token_exchange_rate?: string | undefined;
|
|
370
|
+
gas_price?: string | undefined;
|
|
371
|
+
} & { [K in Exclude<keyof I["gas_oracle"], keyof GasOracle>]: never; }) | undefined;
|
|
372
|
+
gas_overhead?: string | undefined;
|
|
373
|
+
igp_id?: string | undefined;
|
|
374
|
+
} & { [K_1 in Exclude<keyof I, keyof GenesisDestinationGasConfigWrapper>]: never; }>(base?: I | undefined): GenesisDestinationGasConfigWrapper;
|
|
375
|
+
fromPartial<I_1 extends {
|
|
376
|
+
remote_domain?: number | undefined;
|
|
377
|
+
gas_oracle?: {
|
|
378
|
+
token_exchange_rate?: string | undefined;
|
|
379
|
+
gas_price?: string | undefined;
|
|
380
|
+
} | undefined;
|
|
381
|
+
gas_overhead?: string | undefined;
|
|
382
|
+
igp_id?: string | undefined;
|
|
383
|
+
} & {
|
|
384
|
+
remote_domain?: number | undefined;
|
|
385
|
+
gas_oracle?: ({
|
|
386
|
+
token_exchange_rate?: string | undefined;
|
|
387
|
+
gas_price?: string | undefined;
|
|
388
|
+
} & {
|
|
389
|
+
token_exchange_rate?: string | undefined;
|
|
390
|
+
gas_price?: string | undefined;
|
|
391
|
+
} & { [K_2 in Exclude<keyof I_1["gas_oracle"], keyof GasOracle>]: never; }) | undefined;
|
|
392
|
+
gas_overhead?: string | undefined;
|
|
393
|
+
igp_id?: string | undefined;
|
|
394
|
+
} & { [K_3 in Exclude<keyof I_1, keyof GenesisDestinationGasConfigWrapper>]: never; }>(object: I_1): GenesisDestinationGasConfigWrapper;
|
|
395
|
+
};
|
|
396
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
397
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
398
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
399
|
+
} : Partial<T>;
|
|
400
|
+
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
401
|
+
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
402
|
+
[K in keyof P]: Exact<P[K], I[K]>;
|
|
403
|
+
} & {
|
|
404
|
+
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
405
|
+
};
|
|
406
|
+
export {};
|
|
407
|
+
//# sourceMappingURL=genesis.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"genesis.d.ts","sourceRoot":"","sources":["../../../../../../src/types/hyperlane/core/post_dispatch/v1/genesis.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
2
|
+
// versions:
|
|
3
|
+
// protoc-gen-ts_proto v1.181.2
|
|
4
|
+
// protoc unknown
|
|
5
|
+
// source: hyperlane/core/post_dispatch/v1/genesis.proto
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
import Long from 'long';
|
|
8
|
+
import _m0 from 'protobufjs/minimal.js';
|
|
9
|
+
import { GasOracle, InterchainGasPaymaster, MerkleTreeHook, NoopHook, } from './types.js';
|
|
10
|
+
export const protobufPackage = 'hyperlane.core.post_dispatch.v1';
|
|
11
|
+
function createBaseGenesisState() {
|
|
12
|
+
return {
|
|
13
|
+
igps: [],
|
|
14
|
+
igp_gas_configs: [],
|
|
15
|
+
merkle_tree_hooks: [],
|
|
16
|
+
noop_hooks: [],
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
export const GenesisState = {
|
|
20
|
+
encode(message, writer = _m0.Writer.create()) {
|
|
21
|
+
for (const v of message.igps) {
|
|
22
|
+
InterchainGasPaymaster.encode(v, writer.uint32(10).fork()).ldelim();
|
|
23
|
+
}
|
|
24
|
+
for (const v of message.igp_gas_configs) {
|
|
25
|
+
GenesisDestinationGasConfigWrapper.encode(v, writer.uint32(18).fork()).ldelim();
|
|
26
|
+
}
|
|
27
|
+
for (const v of message.merkle_tree_hooks) {
|
|
28
|
+
MerkleTreeHook.encode(v, writer.uint32(26).fork()).ldelim();
|
|
29
|
+
}
|
|
30
|
+
for (const v of message.noop_hooks) {
|
|
31
|
+
NoopHook.encode(v, writer.uint32(34).fork()).ldelim();
|
|
32
|
+
}
|
|
33
|
+
return writer;
|
|
34
|
+
},
|
|
35
|
+
decode(input, length) {
|
|
36
|
+
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
37
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
38
|
+
const message = createBaseGenesisState();
|
|
39
|
+
while (reader.pos < end) {
|
|
40
|
+
const tag = reader.uint32();
|
|
41
|
+
switch (tag >>> 3) {
|
|
42
|
+
case 1:
|
|
43
|
+
if (tag !== 10) {
|
|
44
|
+
break;
|
|
45
|
+
}
|
|
46
|
+
message.igps.push(InterchainGasPaymaster.decode(reader, reader.uint32()));
|
|
47
|
+
continue;
|
|
48
|
+
case 2:
|
|
49
|
+
if (tag !== 18) {
|
|
50
|
+
break;
|
|
51
|
+
}
|
|
52
|
+
message.igp_gas_configs.push(GenesisDestinationGasConfigWrapper.decode(reader, reader.uint32()));
|
|
53
|
+
continue;
|
|
54
|
+
case 3:
|
|
55
|
+
if (tag !== 26) {
|
|
56
|
+
break;
|
|
57
|
+
}
|
|
58
|
+
message.merkle_tree_hooks.push(MerkleTreeHook.decode(reader, reader.uint32()));
|
|
59
|
+
continue;
|
|
60
|
+
case 4:
|
|
61
|
+
if (tag !== 34) {
|
|
62
|
+
break;
|
|
63
|
+
}
|
|
64
|
+
message.noop_hooks.push(NoopHook.decode(reader, reader.uint32()));
|
|
65
|
+
continue;
|
|
66
|
+
}
|
|
67
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
68
|
+
break;
|
|
69
|
+
}
|
|
70
|
+
reader.skipType(tag & 7);
|
|
71
|
+
}
|
|
72
|
+
return message;
|
|
73
|
+
},
|
|
74
|
+
fromJSON(object) {
|
|
75
|
+
return {
|
|
76
|
+
igps: globalThis.Array.isArray(object?.igps)
|
|
77
|
+
? object.igps.map((e) => InterchainGasPaymaster.fromJSON(e))
|
|
78
|
+
: [],
|
|
79
|
+
igp_gas_configs: globalThis.Array.isArray(object?.igp_gas_configs)
|
|
80
|
+
? object.igp_gas_configs.map((e) => GenesisDestinationGasConfigWrapper.fromJSON(e))
|
|
81
|
+
: [],
|
|
82
|
+
merkle_tree_hooks: globalThis.Array.isArray(object?.merkle_tree_hooks)
|
|
83
|
+
? object.merkle_tree_hooks.map((e) => MerkleTreeHook.fromJSON(e))
|
|
84
|
+
: [],
|
|
85
|
+
noop_hooks: globalThis.Array.isArray(object?.noop_hooks)
|
|
86
|
+
? object.noop_hooks.map((e) => NoopHook.fromJSON(e))
|
|
87
|
+
: [],
|
|
88
|
+
};
|
|
89
|
+
},
|
|
90
|
+
toJSON(message) {
|
|
91
|
+
const obj = {};
|
|
92
|
+
if (message.igps?.length) {
|
|
93
|
+
obj.igps = message.igps.map((e) => InterchainGasPaymaster.toJSON(e));
|
|
94
|
+
}
|
|
95
|
+
if (message.igp_gas_configs?.length) {
|
|
96
|
+
obj.igp_gas_configs = message.igp_gas_configs.map((e) => GenesisDestinationGasConfigWrapper.toJSON(e));
|
|
97
|
+
}
|
|
98
|
+
if (message.merkle_tree_hooks?.length) {
|
|
99
|
+
obj.merkle_tree_hooks = message.merkle_tree_hooks.map((e) => MerkleTreeHook.toJSON(e));
|
|
100
|
+
}
|
|
101
|
+
if (message.noop_hooks?.length) {
|
|
102
|
+
obj.noop_hooks = message.noop_hooks.map((e) => NoopHook.toJSON(e));
|
|
103
|
+
}
|
|
104
|
+
return obj;
|
|
105
|
+
},
|
|
106
|
+
create(base) {
|
|
107
|
+
return GenesisState.fromPartial(base ?? {});
|
|
108
|
+
},
|
|
109
|
+
fromPartial(object) {
|
|
110
|
+
const message = createBaseGenesisState();
|
|
111
|
+
message.igps =
|
|
112
|
+
object.igps?.map((e) => InterchainGasPaymaster.fromPartial(e)) || [];
|
|
113
|
+
message.igp_gas_configs =
|
|
114
|
+
object.igp_gas_configs?.map((e) => GenesisDestinationGasConfigWrapper.fromPartial(e)) || [];
|
|
115
|
+
message.merkle_tree_hooks =
|
|
116
|
+
object.merkle_tree_hooks?.map((e) => MerkleTreeHook.fromPartial(e)) || [];
|
|
117
|
+
message.noop_hooks =
|
|
118
|
+
object.noop_hooks?.map((e) => NoopHook.fromPartial(e)) || [];
|
|
119
|
+
return message;
|
|
120
|
+
},
|
|
121
|
+
};
|
|
122
|
+
function createBaseGenesisDestinationGasConfigWrapper() {
|
|
123
|
+
return {
|
|
124
|
+
remote_domain: 0,
|
|
125
|
+
gas_oracle: undefined,
|
|
126
|
+
gas_overhead: '',
|
|
127
|
+
igp_id: '0',
|
|
128
|
+
};
|
|
129
|
+
}
|
|
130
|
+
export const GenesisDestinationGasConfigWrapper = {
|
|
131
|
+
encode(message, writer = _m0.Writer.create()) {
|
|
132
|
+
if (message.remote_domain !== 0) {
|
|
133
|
+
writer.uint32(8).uint32(message.remote_domain);
|
|
134
|
+
}
|
|
135
|
+
if (message.gas_oracle !== undefined) {
|
|
136
|
+
GasOracle.encode(message.gas_oracle, writer.uint32(18).fork()).ldelim();
|
|
137
|
+
}
|
|
138
|
+
if (message.gas_overhead !== '') {
|
|
139
|
+
writer.uint32(26).string(message.gas_overhead);
|
|
140
|
+
}
|
|
141
|
+
if (message.igp_id !== '0') {
|
|
142
|
+
writer.uint32(32).uint64(message.igp_id);
|
|
143
|
+
}
|
|
144
|
+
return writer;
|
|
145
|
+
},
|
|
146
|
+
decode(input, length) {
|
|
147
|
+
const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
|
|
148
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
149
|
+
const message = createBaseGenesisDestinationGasConfigWrapper();
|
|
150
|
+
while (reader.pos < end) {
|
|
151
|
+
const tag = reader.uint32();
|
|
152
|
+
switch (tag >>> 3) {
|
|
153
|
+
case 1:
|
|
154
|
+
if (tag !== 8) {
|
|
155
|
+
break;
|
|
156
|
+
}
|
|
157
|
+
message.remote_domain = reader.uint32();
|
|
158
|
+
continue;
|
|
159
|
+
case 2:
|
|
160
|
+
if (tag !== 18) {
|
|
161
|
+
break;
|
|
162
|
+
}
|
|
163
|
+
message.gas_oracle = GasOracle.decode(reader, reader.uint32());
|
|
164
|
+
continue;
|
|
165
|
+
case 3:
|
|
166
|
+
if (tag !== 26) {
|
|
167
|
+
break;
|
|
168
|
+
}
|
|
169
|
+
message.gas_overhead = reader.string();
|
|
170
|
+
continue;
|
|
171
|
+
case 4:
|
|
172
|
+
if (tag !== 32) {
|
|
173
|
+
break;
|
|
174
|
+
}
|
|
175
|
+
message.igp_id = longToString(reader.uint64());
|
|
176
|
+
continue;
|
|
177
|
+
}
|
|
178
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
179
|
+
break;
|
|
180
|
+
}
|
|
181
|
+
reader.skipType(tag & 7);
|
|
182
|
+
}
|
|
183
|
+
return message;
|
|
184
|
+
},
|
|
185
|
+
fromJSON(object) {
|
|
186
|
+
return {
|
|
187
|
+
remote_domain: isSet(object.remote_domain)
|
|
188
|
+
? globalThis.Number(object.remote_domain)
|
|
189
|
+
: 0,
|
|
190
|
+
gas_oracle: isSet(object.gas_oracle)
|
|
191
|
+
? GasOracle.fromJSON(object.gas_oracle)
|
|
192
|
+
: undefined,
|
|
193
|
+
gas_overhead: isSet(object.gas_overhead)
|
|
194
|
+
? globalThis.String(object.gas_overhead)
|
|
195
|
+
: '',
|
|
196
|
+
igp_id: isSet(object.igp_id) ? globalThis.String(object.igp_id) : '0',
|
|
197
|
+
};
|
|
198
|
+
},
|
|
199
|
+
toJSON(message) {
|
|
200
|
+
const obj = {};
|
|
201
|
+
if (message.remote_domain !== 0) {
|
|
202
|
+
obj.remote_domain = Math.round(message.remote_domain);
|
|
203
|
+
}
|
|
204
|
+
if (message.gas_oracle !== undefined) {
|
|
205
|
+
obj.gas_oracle = GasOracle.toJSON(message.gas_oracle);
|
|
206
|
+
}
|
|
207
|
+
if (message.gas_overhead !== '') {
|
|
208
|
+
obj.gas_overhead = message.gas_overhead;
|
|
209
|
+
}
|
|
210
|
+
if (message.igp_id !== '0') {
|
|
211
|
+
obj.igp_id = message.igp_id;
|
|
212
|
+
}
|
|
213
|
+
return obj;
|
|
214
|
+
},
|
|
215
|
+
create(base) {
|
|
216
|
+
return GenesisDestinationGasConfigWrapper.fromPartial(base ?? {});
|
|
217
|
+
},
|
|
218
|
+
fromPartial(object) {
|
|
219
|
+
const message = createBaseGenesisDestinationGasConfigWrapper();
|
|
220
|
+
message.remote_domain = object.remote_domain ?? 0;
|
|
221
|
+
message.gas_oracle =
|
|
222
|
+
object.gas_oracle !== undefined && object.gas_oracle !== null
|
|
223
|
+
? GasOracle.fromPartial(object.gas_oracle)
|
|
224
|
+
: undefined;
|
|
225
|
+
message.gas_overhead = object.gas_overhead ?? '';
|
|
226
|
+
message.igp_id = object.igp_id ?? '0';
|
|
227
|
+
return message;
|
|
228
|
+
},
|
|
229
|
+
};
|
|
230
|
+
function longToString(long) {
|
|
231
|
+
return long.toString();
|
|
232
|
+
}
|
|
233
|
+
if (_m0.util.Long !== Long) {
|
|
234
|
+
_m0.util.Long = Long;
|
|
235
|
+
_m0.configure();
|
|
236
|
+
}
|
|
237
|
+
function isSet(value) {
|
|
238
|
+
return value !== null && value !== undefined;
|
|
239
|
+
}
|
|
240
|
+
//# sourceMappingURL=genesis.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"genesis.js","sourceRoot":"","sources":["../../../../../../src/types/hyperlane/core/post_dispatch/v1/genesis.ts"],"names":[],"mappings":"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"}
|