You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/commands/beaker_wasm.md
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,8 @@ Arguments:
76
76
77
77
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
78
78
79
+
*`-a/--account-sequence <account-sequence>`: Account sequence number to use for the transaction, if not provided, sequence will be fetched from the chain. This is useful if there is an account sequence mismatch
80
+
79
81
---
80
82
81
83
### `beaker wasm ts-gen`
@@ -128,6 +130,8 @@ Arguments:
128
130
129
131
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
130
132
133
+
*`-a/--account-sequence <account-sequence>`: Account sequence number to use for the transaction, if not provided, sequence will be fetched from the chain. This is useful if there is an account sequence mismatch
134
+
131
135
---
132
136
133
137
### `beaker wasm clear-admin`
@@ -160,6 +164,8 @@ Arguments:
160
164
161
165
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
162
166
167
+
*`-a/--account-sequence <account-sequence>`: Account sequence number to use for the transaction, if not provided, sequence will be fetched from the chain. This is useful if there is an account sequence mismatch
168
+
163
169
---
164
170
165
171
### `beaker wasm instantiate`
@@ -202,6 +208,8 @@ Arguments:
202
208
203
209
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
204
210
211
+
*`-a/--account-sequence <account-sequence>`: Account sequence number to use for the transaction, if not provided, sequence will be fetched from the chain. This is useful if there is an account sequence mismatch
212
+
205
213
---
206
214
207
215
### `beaker wasm migrate`
@@ -240,6 +248,8 @@ Arguments:
240
248
241
249
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
242
250
251
+
*`-a/--account-sequence <account-sequence>`: Account sequence number to use for the transaction, if not provided, sequence will be fetched from the chain. This is useful if there is an account sequence mismatch
252
+
243
253
---
244
254
245
255
### `beaker wasm deploy`
@@ -284,6 +294,8 @@ Arguments:
284
294
285
295
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
286
296
297
+
*`-a/--account-sequence <account-sequence>`: Account sequence number to use for the transaction, if not provided, sequence will be fetched from the chain. This is useful if there is an account sequence mismatch
298
+
287
299
---
288
300
289
301
### `beaker wasm upgrade`
@@ -324,6 +336,8 @@ Arguments:
324
336
325
337
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
326
338
339
+
*`-a/--account-sequence <account-sequence>`: Account sequence number to use for the transaction, if not provided, sequence will be fetched from the chain. This is useful if there is an account sequence mismatch
340
+
327
341
---
328
342
329
343
### `beaker wasm proposal`
@@ -372,6 +386,8 @@ Arguments:
372
386
373
387
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
374
388
389
+
*`-a/--account-sequence <account-sequence>`: Account sequence number to use for the transaction, if not provided, sequence will be fetched from the chain. This is useful if there is an account sequence mismatch
390
+
375
391
---
376
392
377
393
### `beaker wasm query`
@@ -404,4 +420,6 @@ Arguments:
404
420
405
421
*`--signer-private-key <signer-private-key>`: Specifies private_key as a tx signer (base64 encoded string)
406
422
407
-
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
423
+
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
424
+
425
+
*`-a/--account-sequence <account-sequence>`: Account sequence number to use for the transaction, if not provided, sequence will be fetched from the chain. This is useful if there is an account sequence mismatch
Copy file name to clipboardExpand all lines: docs/commands/beaker_wasm_proposal.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ Arguments:
52
52
53
53
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
54
54
55
+
*`-a/--account-sequence <account-sequence>`: Account sequence number to use for the transaction, if not provided, sequence will be fetched from the chain. This is useful if there is an account sequence mismatch
56
+
55
57
---
56
58
57
59
### `beaker wasm proposal vote`
@@ -84,6 +86,8 @@ Arguments:
84
86
85
87
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
86
88
89
+
*`-a/--account-sequence <account-sequence>`: Account sequence number to use for the transaction, if not provided, sequence will be fetched from the chain. This is useful if there is an account sequence mismatch
0 commit comments