viem 2.46.2 → 2.46.3
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/CHANGELOG.md +22 -0
- package/_cjs/actions/index.js +5 -3
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/public/getDelegation.js +21 -0
- package/_cjs/actions/public/getDelegation.js.map +1 -0
- package/_cjs/actions/wallet/sendRawTransactionSync.js +1 -2
- package/_cjs/actions/wallet/sendRawTransactionSync.js.map +1 -1
- package/_cjs/chains/definitions/krown.js +26 -0
- package/_cjs/chains/definitions/krown.js.map +1 -0
- package/_cjs/chains/definitions/polygon.js +1 -1
- package/_cjs/chains/definitions/polygon.js.map +1 -1
- package/_cjs/chains/definitions/saigon.js +3 -3
- package/_cjs/chains/definitions/saigon.js.map +1 -1
- package/_cjs/chains/definitions/sei.js +3 -3
- package/_cjs/chains/definitions/sei.js.map +1 -1
- package/_cjs/chains/definitions/seiTestnet.js +3 -2
- package/_cjs/chains/definitions/seiTestnet.js.map +1 -1
- package/_cjs/chains/index.js +7 -7
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/clients/decorators/public.js +2 -0
- package/_cjs/clients/decorators/public.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/tempo/Account.js +7 -6
- package/_cjs/tempo/Account.js.map +1 -1
- package/_cjs/tempo/Addresses.js +2 -1
- package/_cjs/tempo/Addresses.js.map +1 -1
- package/_cjs/tempo/Decorator.js +11 -0
- package/_cjs/tempo/Decorator.js.map +1 -1
- package/_cjs/tempo/actions/accessKey.js +238 -0
- package/_cjs/tempo/actions/accessKey.js.map +1 -0
- package/_cjs/tempo/actions/index.js +2 -1
- package/_cjs/tempo/actions/index.js.map +1 -1
- package/_cjs/utils/abi/parseEventLogs.js +8 -6
- package/_cjs/utils/abi/parseEventLogs.js.map +1 -1
- package/_esm/actions/index.js +1 -0
- package/_esm/actions/index.js.map +1 -1
- package/_esm/actions/public/getDelegation.js +43 -0
- package/_esm/actions/public/getDelegation.js.map +1 -0
- package/_esm/actions/wallet/sendRawTransactionSync.js +1 -2
- package/_esm/actions/wallet/sendRawTransactionSync.js.map +1 -1
- package/_esm/chains/definitions/krown.js +23 -0
- package/_esm/chains/definitions/krown.js.map +1 -0
- package/_esm/chains/definitions/polygon.js +1 -1
- package/_esm/chains/definitions/polygon.js.map +1 -1
- package/_esm/chains/definitions/saigon.js +3 -3
- package/_esm/chains/definitions/saigon.js.map +1 -1
- package/_esm/chains/definitions/sei.js +3 -3
- package/_esm/chains/definitions/sei.js.map +1 -1
- package/_esm/chains/definitions/seiTestnet.js +3 -2
- package/_esm/chains/definitions/seiTestnet.js.map +1 -1
- package/_esm/chains/index.js +1 -1
- package/_esm/chains/index.js.map +1 -1
- package/_esm/clients/decorators/public.js +2 -0
- package/_esm/clients/decorators/public.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_esm/tempo/Account.js +7 -7
- package/_esm/tempo/Account.js.map +1 -1
- package/_esm/tempo/Addresses.js +1 -0
- package/_esm/tempo/Addresses.js.map +1 -1
- package/_esm/tempo/Decorator.js +11 -0
- package/_esm/tempo/Decorator.js.map +1 -1
- package/_esm/tempo/actions/accessKey.js +548 -0
- package/_esm/tempo/actions/accessKey.js.map +1 -0
- package/_esm/tempo/actions/index.js +1 -0
- package/_esm/tempo/actions/index.js.map +1 -1
- package/_esm/utils/abi/parseEventLogs.js +11 -6
- package/_esm/utils/abi/parseEventLogs.js.map +1 -1
- package/_types/actions/index.d.ts +1 -0
- package/_types/actions/index.d.ts.map +1 -1
- package/_types/actions/public/getDelegation.d.ts +46 -0
- package/_types/actions/public/getDelegation.d.ts.map +1 -0
- package/_types/actions/wallet/sendRawTransactionSync.d.ts +1 -1
- package/_types/actions/wallet/sendRawTransactionSync.d.ts.map +1 -1
- package/_types/chains/definitions/{seiDevnet.d.ts → krown.d.ts} +10 -10
- package/_types/chains/definitions/krown.d.ts.map +1 -0
- package/_types/chains/definitions/polygon.d.ts +1 -1
- package/_types/chains/definitions/saigon.d.ts +3 -3
- package/_types/chains/definitions/sei.d.ts +3 -3
- package/_types/chains/definitions/seiTestnet.d.ts +3 -2
- package/_types/chains/definitions/seiTestnet.d.ts.map +1 -1
- package/_types/chains/index.d.ts +1 -1
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/clients/decorators/public.d.ts +22 -0
- package/_types/clients/decorators/public.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +1 -0
- package/_types/index.d.ts.map +1 -1
- package/_types/tempo/Account.d.ts +12 -11
- package/_types/tempo/Account.d.ts.map +1 -1
- package/_types/tempo/Addresses.d.ts +1 -0
- package/_types/tempo/Addresses.d.ts.map +1 -1
- package/_types/tempo/Decorator.d.ts +340 -122
- package/_types/tempo/Decorator.d.ts.map +1 -1
- package/_types/tempo/actions/accessKey.d.ts +1169 -0
- package/_types/tempo/actions/accessKey.d.ts.map +1 -0
- package/_types/tempo/actions/index.d.ts +1 -0
- package/_types/tempo/actions/index.d.ts.map +1 -1
- package/_types/types/eip1193.d.ts +2 -2
- package/_types/types/eip1193.d.ts.map +1 -1
- package/_types/utils/abi/parseEventLogs.d.ts.map +1 -1
- package/actions/index.ts +6 -0
- package/actions/public/getDelegation.ts +80 -0
- package/actions/wallet/sendRawTransactionSync.ts +2 -5
- package/chains/definitions/krown.ts +23 -0
- package/chains/definitions/polygon.ts +1 -1
- package/chains/definitions/saigon.ts +3 -3
- package/chains/definitions/sei.ts +3 -3
- package/chains/definitions/seiTestnet.ts +3 -2
- package/chains/index.ts +1 -1
- package/clients/decorators/public.ts +29 -0
- package/errors/version.ts +1 -1
- package/index.ts +5 -0
- package/package.json +1 -1
- package/tempo/Account.ts +25 -25
- package/tempo/Addresses.ts +1 -0
- package/tempo/Decorator.ts +373 -122
- package/tempo/actions/accessKey.ts +831 -0
- package/tempo/actions/index.ts +1 -0
- package/types/eip1193.ts +2 -2
- package/utils/abi/parseEventLogs.ts +13 -6
- package/_cjs/chains/definitions/seiDevnet.js +0 -22
- package/_cjs/chains/definitions/seiDevnet.js.map +0 -1
- package/_esm/chains/definitions/seiDevnet.js +0 -19
- package/_esm/chains/definitions/seiDevnet.js.map +0 -1
- package/_types/chains/definitions/seiDevnet.d.ts.map +0 -1
- package/chains/definitions/seiDevnet.ts +0 -19
package/tempo/Decorator.ts
CHANGED
|
@@ -2,6 +2,7 @@ import type { Account } from '../accounts/types.js'
|
|
|
2
2
|
import type { Client } from '../clients/createClient.js'
|
|
3
3
|
import type { Transport } from '../clients/transports/createTransport.js'
|
|
4
4
|
import type { Chain } from '../types/chain.js'
|
|
5
|
+
import * as accessKeyActions from './actions/accessKey.js'
|
|
5
6
|
import * as ammActions from './actions/amm.js'
|
|
6
7
|
import * as dexActions from './actions/dex.js'
|
|
7
8
|
import * as faucetActions from './actions/faucet.js'
|
|
@@ -16,6 +17,239 @@ export type Decorator<
|
|
|
16
17
|
chain extends Chain | undefined = Chain | undefined,
|
|
17
18
|
account extends Account | undefined = Account | undefined,
|
|
18
19
|
> = {
|
|
20
|
+
accessKey: {
|
|
21
|
+
/**
|
|
22
|
+
* Authorizes an access key by signing a key authorization and sending a transaction.
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
* ```ts
|
|
26
|
+
* import { createClient, http } from 'viem'
|
|
27
|
+
* import { tempo } from 'viem/chains'
|
|
28
|
+
* import { tempoActions, Account } from 'viem/tempo'
|
|
29
|
+
* import { generatePrivateKey } from 'viem/accounts'
|
|
30
|
+
*
|
|
31
|
+
* const account = Account.from({ privateKey: '0x...' })
|
|
32
|
+
* const client = createClient({
|
|
33
|
+
* account,
|
|
34
|
+
* chain: tempo,
|
|
35
|
+
* transport: http(),
|
|
36
|
+
* }).extend(tempoActions())
|
|
37
|
+
*
|
|
38
|
+
* const accessKey = Account.fromP256(generatePrivateKey(), {
|
|
39
|
+
* access: account,
|
|
40
|
+
* })
|
|
41
|
+
*
|
|
42
|
+
* const hash = await client.accessKey.authorize({
|
|
43
|
+
* accessKey,
|
|
44
|
+
* expiry: Math.floor((Date.now() + 30_000) / 1000),
|
|
45
|
+
* })
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param parameters - Parameters.
|
|
49
|
+
* @returns The transaction hash.
|
|
50
|
+
*/
|
|
51
|
+
authorize: (
|
|
52
|
+
parameters: accessKeyActions.authorize.Parameters<chain, account>,
|
|
53
|
+
) => Promise<accessKeyActions.authorize.ReturnValue>
|
|
54
|
+
/**
|
|
55
|
+
* Authorizes an access key and waits for the transaction receipt.
|
|
56
|
+
*
|
|
57
|
+
* @example
|
|
58
|
+
* ```ts
|
|
59
|
+
* import { createClient, http } from 'viem'
|
|
60
|
+
* import { tempo } from 'viem/chains'
|
|
61
|
+
* import { tempoActions, Account } from 'viem/tempo'
|
|
62
|
+
* import { generatePrivateKey } from 'viem/accounts'
|
|
63
|
+
*
|
|
64
|
+
* const account = Account.from({ privateKey: '0x...' })
|
|
65
|
+
* const client = createClient({
|
|
66
|
+
* account,
|
|
67
|
+
* chain: tempo,
|
|
68
|
+
* transport: http(),
|
|
69
|
+
* }).extend(tempoActions())
|
|
70
|
+
*
|
|
71
|
+
* const accessKey = Account.fromP256(generatePrivateKey(), {
|
|
72
|
+
* access: account,
|
|
73
|
+
* })
|
|
74
|
+
*
|
|
75
|
+
* const { receipt, ...result } = await client.accessKey.authorizeSync({
|
|
76
|
+
* accessKey,
|
|
77
|
+
* expiry: Math.floor((Date.now() + 30_000) / 1000),
|
|
78
|
+
* })
|
|
79
|
+
* ```
|
|
80
|
+
*
|
|
81
|
+
* @param parameters - Parameters.
|
|
82
|
+
* @returns The transaction receipt and event data.
|
|
83
|
+
*/
|
|
84
|
+
authorizeSync: (
|
|
85
|
+
parameters: accessKeyActions.authorizeSync.Parameters<chain, account>,
|
|
86
|
+
) => Promise<accessKeyActions.authorizeSync.ReturnValue>
|
|
87
|
+
/**
|
|
88
|
+
* Gets access key information.
|
|
89
|
+
*
|
|
90
|
+
* @example
|
|
91
|
+
* ```ts
|
|
92
|
+
* import { createClient, http } from 'viem'
|
|
93
|
+
* import { tempo } from 'viem/chains'
|
|
94
|
+
* import { tempoActions } from 'viem/tempo'
|
|
95
|
+
*
|
|
96
|
+
* const client = createClient({
|
|
97
|
+
* chain: tempo,
|
|
98
|
+
* transport: http(),
|
|
99
|
+
* }).extend(tempoActions())
|
|
100
|
+
*
|
|
101
|
+
* const key = await client.accessKey.getMetadata({
|
|
102
|
+
* account: '0x...',
|
|
103
|
+
* accessKey: '0x...',
|
|
104
|
+
* })
|
|
105
|
+
* ```
|
|
106
|
+
*
|
|
107
|
+
* @param parameters - Parameters.
|
|
108
|
+
* @returns The key information.
|
|
109
|
+
*/
|
|
110
|
+
getMetadata: (
|
|
111
|
+
parameters: accessKeyActions.getMetadata.Parameters<account>,
|
|
112
|
+
) => Promise<accessKeyActions.getMetadata.ReturnValue>
|
|
113
|
+
/**
|
|
114
|
+
* Gets the remaining spending limit for a key-token pair.
|
|
115
|
+
*
|
|
116
|
+
* @example
|
|
117
|
+
* ```ts
|
|
118
|
+
* import { createClient, http } from 'viem'
|
|
119
|
+
* import { tempo } from 'viem/chains'
|
|
120
|
+
* import { tempoActions } from 'viem/tempo'
|
|
121
|
+
*
|
|
122
|
+
* const client = createClient({
|
|
123
|
+
* chain: tempo,
|
|
124
|
+
* transport: http(),
|
|
125
|
+
* }).extend(tempoActions())
|
|
126
|
+
*
|
|
127
|
+
* const remaining = await client.accessKey.getRemainingLimit({
|
|
128
|
+
* account: '0x...',
|
|
129
|
+
* accessKey: '0x...',
|
|
130
|
+
* token: '0x...',
|
|
131
|
+
* })
|
|
132
|
+
* ```
|
|
133
|
+
*
|
|
134
|
+
* @param parameters - Parameters.
|
|
135
|
+
* @returns The remaining spending amount.
|
|
136
|
+
*/
|
|
137
|
+
getRemainingLimit: (
|
|
138
|
+
parameters: accessKeyActions.getRemainingLimit.Parameters<account>,
|
|
139
|
+
) => Promise<accessKeyActions.getRemainingLimit.ReturnValue>
|
|
140
|
+
/**
|
|
141
|
+
* Revokes an authorized access key.
|
|
142
|
+
*
|
|
143
|
+
* @example
|
|
144
|
+
* ```ts
|
|
145
|
+
* import { createClient, http } from 'viem'
|
|
146
|
+
* import { privateKeyToAccount } from 'viem/accounts'
|
|
147
|
+
* import { tempo } from 'viem/chains'
|
|
148
|
+
* import { tempoActions } from 'viem/tempo'
|
|
149
|
+
*
|
|
150
|
+
* const client = createClient({
|
|
151
|
+
* account: privateKeyToAccount('0x...'),
|
|
152
|
+
* chain: tempo,
|
|
153
|
+
* transport: http(),
|
|
154
|
+
* }).extend(tempoActions())
|
|
155
|
+
*
|
|
156
|
+
* const hash = await client.accessKey.revoke({
|
|
157
|
+
* accessKey: '0x...',
|
|
158
|
+
* })
|
|
159
|
+
* ```
|
|
160
|
+
*
|
|
161
|
+
* @param parameters - Parameters.
|
|
162
|
+
* @returns The transaction hash.
|
|
163
|
+
*/
|
|
164
|
+
revoke: (
|
|
165
|
+
parameters: accessKeyActions.revoke.Parameters<chain, account>,
|
|
166
|
+
) => Promise<accessKeyActions.revoke.ReturnValue>
|
|
167
|
+
/**
|
|
168
|
+
* Revokes an authorized access key and waits for the transaction receipt.
|
|
169
|
+
*
|
|
170
|
+
* @example
|
|
171
|
+
* ```ts
|
|
172
|
+
* import { createClient, http } from 'viem'
|
|
173
|
+
* import { privateKeyToAccount } from 'viem/accounts'
|
|
174
|
+
* import { tempo } from 'viem/chains'
|
|
175
|
+
* import { tempoActions } from 'viem/tempo'
|
|
176
|
+
*
|
|
177
|
+
* const client = createClient({
|
|
178
|
+
* account: privateKeyToAccount('0x...'),
|
|
179
|
+
* chain: tempo,
|
|
180
|
+
* transport: http(),
|
|
181
|
+
* }).extend(tempoActions())
|
|
182
|
+
*
|
|
183
|
+
* const { receipt, ...result } = await client.accessKey.revokeSync({
|
|
184
|
+
* accessKey: '0x...',
|
|
185
|
+
* })
|
|
186
|
+
* ```
|
|
187
|
+
*
|
|
188
|
+
* @param parameters - Parameters.
|
|
189
|
+
* @returns The transaction receipt and event data.
|
|
190
|
+
*/
|
|
191
|
+
revokeSync: (
|
|
192
|
+
parameters: accessKeyActions.revokeSync.Parameters<chain, account>,
|
|
193
|
+
) => Promise<accessKeyActions.revokeSync.ReturnValue>
|
|
194
|
+
/**
|
|
195
|
+
* Updates the spending limit for a specific token on an authorized access key.
|
|
196
|
+
*
|
|
197
|
+
* @example
|
|
198
|
+
* ```ts
|
|
199
|
+
* import { createClient, http } from 'viem'
|
|
200
|
+
* import { privateKeyToAccount } from 'viem/accounts'
|
|
201
|
+
* import { tempo } from 'viem/chains'
|
|
202
|
+
* import { tempoActions } from 'viem/tempo'
|
|
203
|
+
*
|
|
204
|
+
* const client = createClient({
|
|
205
|
+
* account: privateKeyToAccount('0x...'),
|
|
206
|
+
* chain: tempo,
|
|
207
|
+
* transport: http(),
|
|
208
|
+
* }).extend(tempoActions())
|
|
209
|
+
*
|
|
210
|
+
* const hash = await client.accessKey.updateLimit({
|
|
211
|
+
* accessKey: '0x...',
|
|
212
|
+
* token: '0x...',
|
|
213
|
+
* limit: 1000000000000000000n,
|
|
214
|
+
* })
|
|
215
|
+
* ```
|
|
216
|
+
*
|
|
217
|
+
* @param parameters - Parameters.
|
|
218
|
+
* @returns The transaction hash.
|
|
219
|
+
*/
|
|
220
|
+
updateLimit: (
|
|
221
|
+
parameters: accessKeyActions.updateLimit.Parameters<chain, account>,
|
|
222
|
+
) => Promise<accessKeyActions.updateLimit.ReturnValue>
|
|
223
|
+
/**
|
|
224
|
+
* Updates the spending limit and waits for the transaction receipt.
|
|
225
|
+
*
|
|
226
|
+
* @example
|
|
227
|
+
* ```ts
|
|
228
|
+
* import { createClient, http } from 'viem'
|
|
229
|
+
* import { privateKeyToAccount } from 'viem/accounts'
|
|
230
|
+
* import { tempo } from 'viem/chains'
|
|
231
|
+
* import { tempoActions } from 'viem/tempo'
|
|
232
|
+
*
|
|
233
|
+
* const client = createClient({
|
|
234
|
+
* account: privateKeyToAccount('0x...'),
|
|
235
|
+
* chain: tempo,
|
|
236
|
+
* transport: http(),
|
|
237
|
+
* }).extend(tempoActions())
|
|
238
|
+
*
|
|
239
|
+
* const { receipt, ...result } = await client.accessKey.updateLimitSync({
|
|
240
|
+
* accessKey: '0x...',
|
|
241
|
+
* token: '0x...',
|
|
242
|
+
* limit: 1000000000000000000n,
|
|
243
|
+
* })
|
|
244
|
+
* ```
|
|
245
|
+
*
|
|
246
|
+
* @param parameters - Parameters.
|
|
247
|
+
* @returns The transaction receipt and event data.
|
|
248
|
+
*/
|
|
249
|
+
updateLimitSync: (
|
|
250
|
+
parameters: accessKeyActions.updateLimitSync.Parameters<chain, account>,
|
|
251
|
+
) => Promise<accessKeyActions.updateLimitSync.ReturnValue>
|
|
252
|
+
}
|
|
19
253
|
amm: {
|
|
20
254
|
/**
|
|
21
255
|
* Gets the reserves for a liquidity pool.
|
|
@@ -53,7 +287,7 @@ export type Decorator<
|
|
|
53
287
|
* import { tempoActions } from 'viem/tempo'
|
|
54
288
|
*
|
|
55
289
|
* const client = createClient({
|
|
56
|
-
* chain: tempo
|
|
290
|
+
* chain: tempo
|
|
57
291
|
* transport: http(),
|
|
58
292
|
* }).extend(tempoActions())
|
|
59
293
|
*
|
|
@@ -86,7 +320,7 @@ export type Decorator<
|
|
|
86
320
|
*
|
|
87
321
|
* const client = createClient({
|
|
88
322
|
* account: privateKeyToAccount('0x...'),
|
|
89
|
-
* chain: tempo
|
|
323
|
+
* chain: tempo
|
|
90
324
|
* transport: http(),
|
|
91
325
|
* }).extend(tempoActions())
|
|
92
326
|
*
|
|
@@ -116,7 +350,7 @@ export type Decorator<
|
|
|
116
350
|
*
|
|
117
351
|
* const client = createClient({
|
|
118
352
|
* account: privateKeyToAccount('0x...'),
|
|
119
|
-
* chain: tempo
|
|
353
|
+
* chain: tempo
|
|
120
354
|
* transport: http(),
|
|
121
355
|
* }).extend(tempoActions())
|
|
122
356
|
*
|
|
@@ -146,7 +380,7 @@ export type Decorator<
|
|
|
146
380
|
*
|
|
147
381
|
* const client = createClient({
|
|
148
382
|
* account: privateKeyToAccount('0x...'),
|
|
149
|
-
* chain: tempo
|
|
383
|
+
* chain: tempo
|
|
150
384
|
* transport: http(),
|
|
151
385
|
* }).extend(tempoActions())
|
|
152
386
|
*
|
|
@@ -176,7 +410,7 @@ export type Decorator<
|
|
|
176
410
|
*
|
|
177
411
|
* const client = createClient({
|
|
178
412
|
* account: privateKeyToAccount('0x...'),
|
|
179
|
-
* chain: tempo
|
|
413
|
+
* chain: tempo
|
|
180
414
|
* transport: http(),
|
|
181
415
|
* }).extend(tempoActions())
|
|
182
416
|
*
|
|
@@ -206,7 +440,7 @@ export type Decorator<
|
|
|
206
440
|
*
|
|
207
441
|
* const client = createClient({
|
|
208
442
|
* account: privateKeyToAccount('0x...'),
|
|
209
|
-
* chain: tempo
|
|
443
|
+
* chain: tempo
|
|
210
444
|
* transport: http(),
|
|
211
445
|
* }).extend(tempoActions())
|
|
212
446
|
*
|
|
@@ -236,7 +470,7 @@ export type Decorator<
|
|
|
236
470
|
*
|
|
237
471
|
* const client = createClient({
|
|
238
472
|
* account: privateKeyToAccount('0x...'),
|
|
239
|
-
* chain: tempo
|
|
473
|
+
* chain: tempo
|
|
240
474
|
* transport: http(),
|
|
241
475
|
* }).extend(tempoActions())
|
|
242
476
|
*
|
|
@@ -264,7 +498,7 @@ export type Decorator<
|
|
|
264
498
|
* import { tempoActions } from 'viem/tempo'
|
|
265
499
|
*
|
|
266
500
|
* const client = createClient({
|
|
267
|
-
* chain: tempo
|
|
501
|
+
* chain: tempo
|
|
268
502
|
* transport: http(),
|
|
269
503
|
* }).extend(tempoActions())
|
|
270
504
|
*
|
|
@@ -289,7 +523,7 @@ export type Decorator<
|
|
|
289
523
|
* import { tempoActions } from 'viem/tempo'
|
|
290
524
|
*
|
|
291
525
|
* const client = createClient({
|
|
292
|
-
* chain: tempo
|
|
526
|
+
* chain: tempo
|
|
293
527
|
* transport: http(),
|
|
294
528
|
* }).extend(tempoActions())
|
|
295
529
|
*
|
|
@@ -314,7 +548,7 @@ export type Decorator<
|
|
|
314
548
|
* import { tempoActions } from 'viem/tempo'
|
|
315
549
|
*
|
|
316
550
|
* const client = createClient({
|
|
317
|
-
* chain: tempo
|
|
551
|
+
* chain: tempo
|
|
318
552
|
* transport: http(),
|
|
319
553
|
* }).extend(tempoActions())
|
|
320
554
|
*
|
|
@@ -345,7 +579,7 @@ export type Decorator<
|
|
|
345
579
|
*
|
|
346
580
|
* const client = createClient({
|
|
347
581
|
* account: privateKeyToAccount('0x...'),
|
|
348
|
-
* chain: tempo
|
|
582
|
+
* chain: tempo
|
|
349
583
|
* transport: http(),
|
|
350
584
|
* }).extend(tempoActions())
|
|
351
585
|
*
|
|
@@ -375,7 +609,7 @@ export type Decorator<
|
|
|
375
609
|
*
|
|
376
610
|
* const client = createClient({
|
|
377
611
|
* account: privateKeyToAccount('0x...'),
|
|
378
|
-
* chain: tempo
|
|
612
|
+
* chain: tempo
|
|
379
613
|
* transport: http(),
|
|
380
614
|
* }).extend(tempoActions())
|
|
381
615
|
*
|
|
@@ -405,7 +639,7 @@ export type Decorator<
|
|
|
405
639
|
*
|
|
406
640
|
* const client = createClient({
|
|
407
641
|
* account: privateKeyToAccount('0x...'),
|
|
408
|
-
* chain: tempo
|
|
642
|
+
* chain: tempo
|
|
409
643
|
* transport: http(),
|
|
410
644
|
* }).extend(tempoActions())
|
|
411
645
|
*
|
|
@@ -432,7 +666,7 @@ export type Decorator<
|
|
|
432
666
|
*
|
|
433
667
|
* const client = createClient({
|
|
434
668
|
* account: privateKeyToAccount('0x...'),
|
|
435
|
-
* chain: tempo
|
|
669
|
+
* chain: tempo
|
|
436
670
|
* transport: http(),
|
|
437
671
|
* }).extend(tempoActions())
|
|
438
672
|
*
|
|
@@ -462,7 +696,7 @@ export type Decorator<
|
|
|
462
696
|
*
|
|
463
697
|
* const client = createClient({
|
|
464
698
|
* account: privateKeyToAccount('0x...'),
|
|
465
|
-
* chain: tempo
|
|
699
|
+
* chain: tempo
|
|
466
700
|
* transport: http(),
|
|
467
701
|
* }).extend(tempoActions())
|
|
468
702
|
*
|
|
@@ -492,7 +726,7 @@ export type Decorator<
|
|
|
492
726
|
*
|
|
493
727
|
* const client = createClient({
|
|
494
728
|
* account: privateKeyToAccount('0x...'),
|
|
495
|
-
* chain: tempo
|
|
729
|
+
* chain: tempo
|
|
496
730
|
* transport: http(),
|
|
497
731
|
* }).extend(tempoActions())
|
|
498
732
|
*
|
|
@@ -519,7 +753,7 @@ export type Decorator<
|
|
|
519
753
|
*
|
|
520
754
|
* const client = createClient({
|
|
521
755
|
* account: privateKeyToAccount('0x...'),
|
|
522
|
-
* chain: tempo
|
|
756
|
+
* chain: tempo
|
|
523
757
|
* transport: http(),
|
|
524
758
|
* }).extend(tempoActions())
|
|
525
759
|
*
|
|
@@ -546,7 +780,7 @@ export type Decorator<
|
|
|
546
780
|
*
|
|
547
781
|
* const client = createClient({
|
|
548
782
|
* account: privateKeyToAccount('0x...'),
|
|
549
|
-
* chain: tempo
|
|
783
|
+
* chain: tempo
|
|
550
784
|
* transport: http(),
|
|
551
785
|
* }).extend(tempoActions())
|
|
552
786
|
*
|
|
@@ -571,7 +805,7 @@ export type Decorator<
|
|
|
571
805
|
* import { tempoActions } from 'viem/tempo'
|
|
572
806
|
*
|
|
573
807
|
* const client = createClient({
|
|
574
|
-
* chain: tempo
|
|
808
|
+
* chain: tempo
|
|
575
809
|
* transport: http(),
|
|
576
810
|
* }).extend(tempoActions())
|
|
577
811
|
*
|
|
@@ -597,7 +831,7 @@ export type Decorator<
|
|
|
597
831
|
* import { tempoActions } from 'viem/tempo'
|
|
598
832
|
*
|
|
599
833
|
* const client = createClient({
|
|
600
|
-
* chain: tempo
|
|
834
|
+
* chain: tempo
|
|
601
835
|
* transport: http(),
|
|
602
836
|
* }).extend(tempoActions())
|
|
603
837
|
*
|
|
@@ -624,7 +858,7 @@ export type Decorator<
|
|
|
624
858
|
* import { tempoActions } from 'viem/tempo'
|
|
625
859
|
*
|
|
626
860
|
* const client = createClient({
|
|
627
|
-
* chain: tempo
|
|
861
|
+
* chain: tempo
|
|
628
862
|
* transport: http(),
|
|
629
863
|
* }).extend(tempoActions())
|
|
630
864
|
*
|
|
@@ -649,7 +883,7 @@ export type Decorator<
|
|
|
649
883
|
* import { tempoActions, Tick } from 'viem/tempo'
|
|
650
884
|
*
|
|
651
885
|
* const client = createClient({
|
|
652
|
-
* chain: tempo
|
|
886
|
+
* chain: tempo
|
|
653
887
|
* transport: http(),
|
|
654
888
|
* }).extend(tempoActions())
|
|
655
889
|
*
|
|
@@ -676,7 +910,7 @@ export type Decorator<
|
|
|
676
910
|
* import { tempoActions } from 'viem/tempo'
|
|
677
911
|
*
|
|
678
912
|
* const client = createClient({
|
|
679
|
-
* chain: tempo
|
|
913
|
+
* chain: tempo
|
|
680
914
|
* transport: http(),
|
|
681
915
|
* }).extend(tempoActions())
|
|
682
916
|
*
|
|
@@ -705,7 +939,7 @@ export type Decorator<
|
|
|
705
939
|
*
|
|
706
940
|
* const client = createClient({
|
|
707
941
|
* account: privateKeyToAccount('0x...'),
|
|
708
|
-
* chain: tempo
|
|
942
|
+
* chain: tempo
|
|
709
943
|
* transport: http(),
|
|
710
944
|
* }).extend(tempoActions())
|
|
711
945
|
*
|
|
@@ -735,7 +969,7 @@ export type Decorator<
|
|
|
735
969
|
*
|
|
736
970
|
* const client = createClient({
|
|
737
971
|
* account: privateKeyToAccount('0x...'),
|
|
738
|
-
* chain: tempo
|
|
972
|
+
* chain: tempo
|
|
739
973
|
* transport: http(),
|
|
740
974
|
* }).extend(tempoActions())
|
|
741
975
|
*
|
|
@@ -765,7 +999,7 @@ export type Decorator<
|
|
|
765
999
|
*
|
|
766
1000
|
* const client = createClient({
|
|
767
1001
|
* account: privateKeyToAccount('0x...'),
|
|
768
|
-
* chain: tempo
|
|
1002
|
+
* chain: tempo
|
|
769
1003
|
* transport: http(),
|
|
770
1004
|
* }).extend(tempoActions())
|
|
771
1005
|
*
|
|
@@ -796,7 +1030,7 @@ export type Decorator<
|
|
|
796
1030
|
*
|
|
797
1031
|
* const client = createClient({
|
|
798
1032
|
* account: privateKeyToAccount('0x...'),
|
|
799
|
-
* chain: tempo
|
|
1033
|
+
* chain: tempo
|
|
800
1034
|
* transport: http(),
|
|
801
1035
|
* }).extend(tempoActions())
|
|
802
1036
|
*
|
|
@@ -827,7 +1061,7 @@ export type Decorator<
|
|
|
827
1061
|
*
|
|
828
1062
|
* const client = createClient({
|
|
829
1063
|
* account: privateKeyToAccount('0x...'),
|
|
830
|
-
* chain: tempo
|
|
1064
|
+
* chain: tempo
|
|
831
1065
|
* transport: http(),
|
|
832
1066
|
* }).extend(tempoActions())
|
|
833
1067
|
*
|
|
@@ -857,7 +1091,7 @@ export type Decorator<
|
|
|
857
1091
|
*
|
|
858
1092
|
* const client = createClient({
|
|
859
1093
|
* account: privateKeyToAccount('0x...'),
|
|
860
|
-
* chain: tempo
|
|
1094
|
+
* chain: tempo
|
|
861
1095
|
* transport: http(),
|
|
862
1096
|
* }).extend(tempoActions())
|
|
863
1097
|
*
|
|
@@ -887,7 +1121,7 @@ export type Decorator<
|
|
|
887
1121
|
*
|
|
888
1122
|
* const client = createClient({
|
|
889
1123
|
* account: privateKeyToAccount('0x...'),
|
|
890
|
-
* chain: tempo
|
|
1124
|
+
* chain: tempo
|
|
891
1125
|
* transport: http(),
|
|
892
1126
|
* }).extend(tempoActions())
|
|
893
1127
|
*
|
|
@@ -915,7 +1149,7 @@ export type Decorator<
|
|
|
915
1149
|
*
|
|
916
1150
|
* const client = createClient({
|
|
917
1151
|
* account: privateKeyToAccount('0x...'),
|
|
918
|
-
* chain: tempo
|
|
1152
|
+
* chain: tempo
|
|
919
1153
|
* transport: http(),
|
|
920
1154
|
* }).extend(tempoActions())
|
|
921
1155
|
*
|
|
@@ -941,7 +1175,7 @@ export type Decorator<
|
|
|
941
1175
|
* import { tempoActions } from 'viem/tempo'
|
|
942
1176
|
*
|
|
943
1177
|
* const client = createClient({
|
|
944
|
-
* chain: tempo
|
|
1178
|
+
* chain: tempo
|
|
945
1179
|
* transport: http(),
|
|
946
1180
|
* }).extend(tempoActions())
|
|
947
1181
|
*
|
|
@@ -968,7 +1202,7 @@ export type Decorator<
|
|
|
968
1202
|
* import { tempoActions } from 'viem/tempo'
|
|
969
1203
|
*
|
|
970
1204
|
* const client = createClient({
|
|
971
|
-
* chain: tempo
|
|
1205
|
+
* chain: tempo
|
|
972
1206
|
* transport: http(),
|
|
973
1207
|
* }).extend(tempoActions())
|
|
974
1208
|
*
|
|
@@ -995,7 +1229,7 @@ export type Decorator<
|
|
|
995
1229
|
* import { tempoActions } from 'viem/tempo'
|
|
996
1230
|
*
|
|
997
1231
|
* const client = createClient({
|
|
998
|
-
* chain: tempo
|
|
1232
|
+
* chain: tempo
|
|
999
1233
|
* transport: http(),
|
|
1000
1234
|
* }).extend(tempoActions())
|
|
1001
1235
|
*
|
|
@@ -1022,7 +1256,7 @@ export type Decorator<
|
|
|
1022
1256
|
* import { tempoActions } from 'viem/tempo'
|
|
1023
1257
|
*
|
|
1024
1258
|
* const client = createClient({
|
|
1025
|
-
* chain: tempo
|
|
1259
|
+
* chain: tempo
|
|
1026
1260
|
* transport: http(),
|
|
1027
1261
|
* }).extend(tempoActions())
|
|
1028
1262
|
*
|
|
@@ -1052,7 +1286,7 @@ export type Decorator<
|
|
|
1052
1286
|
* import { tempoActions } from 'viem/tempo'
|
|
1053
1287
|
*
|
|
1054
1288
|
* const client = createClient({
|
|
1055
|
-
* chain: tempo
|
|
1289
|
+
* chain: tempo
|
|
1056
1290
|
* transport: http(),
|
|
1057
1291
|
* }).extend(tempoActions())
|
|
1058
1292
|
*
|
|
@@ -1079,7 +1313,7 @@ export type Decorator<
|
|
|
1079
1313
|
* import { tempoActions } from 'viem/tempo'
|
|
1080
1314
|
*
|
|
1081
1315
|
* const client = createClient({
|
|
1082
|
-
* chain: tempo
|
|
1316
|
+
* chain: tempo
|
|
1083
1317
|
* transport: http(),
|
|
1084
1318
|
* }).extend(tempoActions())
|
|
1085
1319
|
*
|
|
@@ -1106,7 +1340,7 @@ export type Decorator<
|
|
|
1106
1340
|
* import { tempoActions } from 'viem/tempo'
|
|
1107
1341
|
*
|
|
1108
1342
|
* const client = createClient({
|
|
1109
|
-
* chain: tempo
|
|
1343
|
+
* chain: tempo,
|
|
1110
1344
|
* transport: http(),
|
|
1111
1345
|
* }).extend(tempoActions())
|
|
1112
1346
|
*
|
|
@@ -1132,7 +1366,7 @@ export type Decorator<
|
|
|
1132
1366
|
* import { tempoActions } from 'viem/tempo'
|
|
1133
1367
|
*
|
|
1134
1368
|
* const client = createClient({
|
|
1135
|
-
* chain: tempo
|
|
1369
|
+
* chain: tempo,
|
|
1136
1370
|
* transport: http(),
|
|
1137
1371
|
* }).extend(tempoActions())
|
|
1138
1372
|
*
|
|
@@ -1163,7 +1397,7 @@ export type Decorator<
|
|
|
1163
1397
|
*
|
|
1164
1398
|
* const client = createClient({
|
|
1165
1399
|
* account: privateKeyToAccount('0x...'),
|
|
1166
|
-
* chain: tempo
|
|
1400
|
+
* chain: tempo
|
|
1167
1401
|
* transport: http(),
|
|
1168
1402
|
* }).extend(tempoActions())
|
|
1169
1403
|
*
|
|
@@ -1191,7 +1425,7 @@ export type Decorator<
|
|
|
1191
1425
|
*
|
|
1192
1426
|
* const client = createClient({
|
|
1193
1427
|
* account: privateKeyToAccount('0x...'),
|
|
1194
|
-
* chain: tempo
|
|
1428
|
+
* chain: tempo
|
|
1195
1429
|
* transport: http(),
|
|
1196
1430
|
* }).extend(tempoActions())
|
|
1197
1431
|
*
|
|
@@ -1219,7 +1453,7 @@ export type Decorator<
|
|
|
1219
1453
|
*
|
|
1220
1454
|
* const client = createClient({
|
|
1221
1455
|
* account: privateKeyToAccount('0x...'),
|
|
1222
|
-
* chain: tempo
|
|
1456
|
+
* chain: tempo
|
|
1223
1457
|
* transport: http(),
|
|
1224
1458
|
* }).extend(tempoActions())
|
|
1225
1459
|
*
|
|
@@ -1244,7 +1478,7 @@ export type Decorator<
|
|
|
1244
1478
|
* import { tempoActions } from 'viem/tempo'
|
|
1245
1479
|
*
|
|
1246
1480
|
* const client = createClient({
|
|
1247
|
-
* chain: tempo
|
|
1481
|
+
* chain: tempo
|
|
1248
1482
|
* transport: http(),
|
|
1249
1483
|
* }).extend(tempoActions())
|
|
1250
1484
|
*
|
|
@@ -1276,7 +1510,7 @@ export type Decorator<
|
|
|
1276
1510
|
*
|
|
1277
1511
|
* const client = createClient({
|
|
1278
1512
|
* account: privateKeyToAccount('0x...'),
|
|
1279
|
-
* chain: tempo
|
|
1513
|
+
* chain: tempo
|
|
1280
1514
|
* transport: http(),
|
|
1281
1515
|
* }).extend(tempoActions())
|
|
1282
1516
|
*
|
|
@@ -1304,7 +1538,7 @@ export type Decorator<
|
|
|
1304
1538
|
*
|
|
1305
1539
|
* const client = createClient({
|
|
1306
1540
|
* account: privateKeyToAccount('0x...'),
|
|
1307
|
-
* chain: tempo
|
|
1541
|
+
* chain: tempo
|
|
1308
1542
|
* transport: http(),
|
|
1309
1543
|
* }).extend(tempoActions())
|
|
1310
1544
|
*
|
|
@@ -1332,7 +1566,7 @@ export type Decorator<
|
|
|
1332
1566
|
*
|
|
1333
1567
|
* const client = createClient({
|
|
1334
1568
|
* account: privateKeyToAccount('0x...'),
|
|
1335
|
-
* chain: tempo
|
|
1569
|
+
* chain: tempo
|
|
1336
1570
|
* transport: http(),
|
|
1337
1571
|
* }).extend(tempoActions())
|
|
1338
1572
|
*
|
|
@@ -1360,7 +1594,7 @@ export type Decorator<
|
|
|
1360
1594
|
*
|
|
1361
1595
|
* const client = createClient({
|
|
1362
1596
|
* account: privateKeyToAccount('0x...'),
|
|
1363
|
-
* chain: tempo
|
|
1597
|
+
* chain: tempo
|
|
1364
1598
|
* transport: http(),
|
|
1365
1599
|
* }).extend(tempoActions())
|
|
1366
1600
|
*
|
|
@@ -1388,7 +1622,7 @@ export type Decorator<
|
|
|
1388
1622
|
*
|
|
1389
1623
|
* const client = createClient({
|
|
1390
1624
|
* account: privateKeyToAccount('0x...'),
|
|
1391
|
-
* chain: tempo
|
|
1625
|
+
* chain: tempo
|
|
1392
1626
|
* transport: http(),
|
|
1393
1627
|
* }).extend(tempoActions())
|
|
1394
1628
|
*
|
|
@@ -1417,7 +1651,7 @@ export type Decorator<
|
|
|
1417
1651
|
*
|
|
1418
1652
|
* const client = createClient({
|
|
1419
1653
|
* account: privateKeyToAccount('0x...'),
|
|
1420
|
-
* chain: tempo
|
|
1654
|
+
* chain: tempo
|
|
1421
1655
|
* transport: http(),
|
|
1422
1656
|
* }).extend(tempoActions())
|
|
1423
1657
|
*
|
|
@@ -1446,7 +1680,7 @@ export type Decorator<
|
|
|
1446
1680
|
*
|
|
1447
1681
|
* const client = createClient({
|
|
1448
1682
|
* account: privateKeyToAccount('0x...'),
|
|
1449
|
-
* chain: tempo
|
|
1683
|
+
* chain: tempo
|
|
1450
1684
|
* transport: http(),
|
|
1451
1685
|
* }).extend(tempoActions())
|
|
1452
1686
|
*
|
|
@@ -1475,7 +1709,7 @@ export type Decorator<
|
|
|
1475
1709
|
*
|
|
1476
1710
|
* const client = createClient({
|
|
1477
1711
|
* account: privateKeyToAccount('0x...'),
|
|
1478
|
-
* chain: tempo
|
|
1712
|
+
* chain: tempo
|
|
1479
1713
|
* transport: http(),
|
|
1480
1714
|
* }).extend(tempoActions())
|
|
1481
1715
|
*
|
|
@@ -1502,7 +1736,7 @@ export type Decorator<
|
|
|
1502
1736
|
* import { tempoActions } from 'viem/tempo'
|
|
1503
1737
|
*
|
|
1504
1738
|
* const client = createClient({
|
|
1505
|
-
* chain: tempo
|
|
1739
|
+
* chain: tempo
|
|
1506
1740
|
* transport: http(),
|
|
1507
1741
|
* }).extend(tempoActions())
|
|
1508
1742
|
*
|
|
@@ -1527,7 +1761,7 @@ export type Decorator<
|
|
|
1527
1761
|
* import { tempoActions } from 'viem/tempo'
|
|
1528
1762
|
*
|
|
1529
1763
|
* const client = createClient({
|
|
1530
|
-
* chain: tempo
|
|
1764
|
+
* chain: tempo
|
|
1531
1765
|
* transport: http(),
|
|
1532
1766
|
* }).extend(tempoActions())
|
|
1533
1767
|
*
|
|
@@ -1553,7 +1787,7 @@ export type Decorator<
|
|
|
1553
1787
|
* import { tempoActions } from 'viem/tempo'
|
|
1554
1788
|
*
|
|
1555
1789
|
* const client = createClient({
|
|
1556
|
-
* chain: tempo
|
|
1790
|
+
* chain: tempo
|
|
1557
1791
|
* transport: http(),
|
|
1558
1792
|
* }).extend(tempoActions())
|
|
1559
1793
|
*
|
|
@@ -1580,7 +1814,7 @@ export type Decorator<
|
|
|
1580
1814
|
* import { tempoActions } from 'viem/tempo'
|
|
1581
1815
|
*
|
|
1582
1816
|
* const client = createClient({
|
|
1583
|
-
* chain: tempo
|
|
1817
|
+
* chain: tempo
|
|
1584
1818
|
* transport: http(),
|
|
1585
1819
|
* }).extend(tempoActions())
|
|
1586
1820
|
*
|
|
@@ -1607,7 +1841,7 @@ export type Decorator<
|
|
|
1607
1841
|
* import { tempoActions } from 'viem/tempo'
|
|
1608
1842
|
*
|
|
1609
1843
|
* const client = createClient({
|
|
1610
|
-
* chain: tempo
|
|
1844
|
+
* chain: tempo
|
|
1611
1845
|
* transport: http(),
|
|
1612
1846
|
* }).extend(tempoActions())
|
|
1613
1847
|
*
|
|
@@ -1634,7 +1868,7 @@ export type Decorator<
|
|
|
1634
1868
|
* import { tempoActions } from 'viem/tempo'
|
|
1635
1869
|
*
|
|
1636
1870
|
* const client = createClient({
|
|
1637
|
-
* chain: tempo
|
|
1871
|
+
* chain: tempo
|
|
1638
1872
|
* transport: http(),
|
|
1639
1873
|
* }).extend(tempoActions())
|
|
1640
1874
|
*
|
|
@@ -1665,7 +1899,7 @@ export type Decorator<
|
|
|
1665
1899
|
*
|
|
1666
1900
|
* const client = createClient({
|
|
1667
1901
|
* account: privateKeyToAccount('0x...'),
|
|
1668
|
-
* chain: tempo
|
|
1902
|
+
* chain: tempo
|
|
1669
1903
|
* transport: http(),
|
|
1670
1904
|
* }).extend(tempoActions())
|
|
1671
1905
|
*
|
|
@@ -1692,7 +1926,7 @@ export type Decorator<
|
|
|
1692
1926
|
*
|
|
1693
1927
|
* const client = createClient({
|
|
1694
1928
|
* account: privateKeyToAccount('0x...'),
|
|
1695
|
-
* chain: tempo
|
|
1929
|
+
* chain: tempo
|
|
1696
1930
|
* transport: http(),
|
|
1697
1931
|
* }).extend(tempoActions())
|
|
1698
1932
|
*
|
|
@@ -1719,7 +1953,7 @@ export type Decorator<
|
|
|
1719
1953
|
*
|
|
1720
1954
|
* const client = createClient({
|
|
1721
1955
|
* account: privateKeyToAccount('0x...'),
|
|
1722
|
-
* chain: tempo
|
|
1956
|
+
* chain: tempo
|
|
1723
1957
|
* transport: http(),
|
|
1724
1958
|
* }).extend(tempoActions())
|
|
1725
1959
|
*
|
|
@@ -1747,7 +1981,7 @@ export type Decorator<
|
|
|
1747
1981
|
*
|
|
1748
1982
|
* const client = createClient({
|
|
1749
1983
|
* account: privateKeyToAccount('0x...'),
|
|
1750
|
-
* chain: tempo
|
|
1984
|
+
* chain: tempo
|
|
1751
1985
|
* transport: http(),
|
|
1752
1986
|
* }).extend(tempoActions())
|
|
1753
1987
|
*
|
|
@@ -1773,7 +2007,7 @@ export type Decorator<
|
|
|
1773
2007
|
* import { tempoActions } from 'viem/tempo'
|
|
1774
2008
|
*
|
|
1775
2009
|
* const client = createClient({
|
|
1776
|
-
* chain: tempo
|
|
2010
|
+
* chain: tempo
|
|
1777
2011
|
* transport: http(),
|
|
1778
2012
|
* }).extend(tempoActions())
|
|
1779
2013
|
*
|
|
@@ -1801,7 +2035,7 @@ export type Decorator<
|
|
|
1801
2035
|
*
|
|
1802
2036
|
* const client = createClient({
|
|
1803
2037
|
* account: privateKeyToAccount('0x...'),
|
|
1804
|
-
* chain: tempo
|
|
2038
|
+
* chain: tempo
|
|
1805
2039
|
* transport: http(),
|
|
1806
2040
|
* }).extend(tempoActions())
|
|
1807
2041
|
*
|
|
@@ -1829,7 +2063,7 @@ export type Decorator<
|
|
|
1829
2063
|
*
|
|
1830
2064
|
* const client = createClient({
|
|
1831
2065
|
* account: privateKeyToAccount('0x...'),
|
|
1832
|
-
* chain: tempo
|
|
2066
|
+
* chain: tempo
|
|
1833
2067
|
* transport: http(),
|
|
1834
2068
|
* }).extend(tempoActions())
|
|
1835
2069
|
*
|
|
@@ -1855,7 +2089,7 @@ export type Decorator<
|
|
|
1855
2089
|
* import { tempoActions } from 'viem/tempo'
|
|
1856
2090
|
*
|
|
1857
2091
|
* const client = createClient({
|
|
1858
|
-
* chain: tempo
|
|
2092
|
+
* chain: tempo
|
|
1859
2093
|
* transport: http(),
|
|
1860
2094
|
* }).extend(tempoActions())
|
|
1861
2095
|
*
|
|
@@ -1883,7 +2117,7 @@ export type Decorator<
|
|
|
1883
2117
|
* import { tempoActions } from 'viem/tempo'
|
|
1884
2118
|
*
|
|
1885
2119
|
* const client = createClient({
|
|
1886
|
-
* chain: tempo
|
|
2120
|
+
* chain: tempo
|
|
1887
2121
|
* transport: http(),
|
|
1888
2122
|
* }).extend(tempoActions())
|
|
1889
2123
|
*
|
|
@@ -1915,7 +2149,7 @@ export type Decorator<
|
|
|
1915
2149
|
*
|
|
1916
2150
|
* const client = createClient({
|
|
1917
2151
|
* account: privateKeyToAccount('0x...'),
|
|
1918
|
-
* chain: tempo
|
|
2152
|
+
* chain: tempo
|
|
1919
2153
|
* transport: http(),
|
|
1920
2154
|
* }).extend(tempoActions())
|
|
1921
2155
|
*
|
|
@@ -1944,7 +2178,7 @@ export type Decorator<
|
|
|
1944
2178
|
*
|
|
1945
2179
|
* const client = createClient({
|
|
1946
2180
|
* account: privateKeyToAccount('0x...'),
|
|
1947
|
-
* chain: tempo
|
|
2181
|
+
* chain: tempo
|
|
1948
2182
|
* transport: http(),
|
|
1949
2183
|
* }).extend(tempoActions())
|
|
1950
2184
|
*
|
|
@@ -1973,7 +2207,7 @@ export type Decorator<
|
|
|
1973
2207
|
*
|
|
1974
2208
|
* const client = createClient({
|
|
1975
2209
|
* account: privateKeyToAccount('0x...'),
|
|
1976
|
-
* chain: tempo
|
|
2210
|
+
* chain: tempo
|
|
1977
2211
|
* transport: http(),
|
|
1978
2212
|
* }).extend(tempoActions())
|
|
1979
2213
|
*
|
|
@@ -2003,7 +2237,7 @@ export type Decorator<
|
|
|
2003
2237
|
*
|
|
2004
2238
|
* const client = createClient({
|
|
2005
2239
|
* account: privateKeyToAccount('0x...'),
|
|
2006
|
-
* chain: tempo
|
|
2240
|
+
* chain: tempo
|
|
2007
2241
|
* transport: http(),
|
|
2008
2242
|
* }).extend(tempoActions())
|
|
2009
2243
|
*
|
|
@@ -2033,7 +2267,7 @@ export type Decorator<
|
|
|
2033
2267
|
*
|
|
2034
2268
|
* const client = createClient({
|
|
2035
2269
|
* account: privateKeyToAccount('0x...'),
|
|
2036
|
-
* chain: tempo
|
|
2270
|
+
* chain: tempo
|
|
2037
2271
|
* transport: http(),
|
|
2038
2272
|
* }).extend(tempoActions())
|
|
2039
2273
|
*
|
|
@@ -2062,7 +2296,7 @@ export type Decorator<
|
|
|
2062
2296
|
*
|
|
2063
2297
|
* const client = createClient({
|
|
2064
2298
|
* account: privateKeyToAccount('0x...'),
|
|
2065
|
-
* chain: tempo
|
|
2299
|
+
* chain: tempo
|
|
2066
2300
|
* transport: http(),
|
|
2067
2301
|
* }).extend(tempoActions())
|
|
2068
2302
|
*
|
|
@@ -2091,7 +2325,7 @@ export type Decorator<
|
|
|
2091
2325
|
*
|
|
2092
2326
|
* const client = createClient({
|
|
2093
2327
|
* account: privateKeyToAccount('0x...'),
|
|
2094
|
-
* chain: tempo
|
|
2328
|
+
* chain: tempo
|
|
2095
2329
|
* transport: http(),
|
|
2096
2330
|
* }).extend(tempoActions())
|
|
2097
2331
|
*
|
|
@@ -2120,7 +2354,7 @@ export type Decorator<
|
|
|
2120
2354
|
*
|
|
2121
2355
|
* const client = createClient({
|
|
2122
2356
|
* account: privateKeyToAccount('0x...'),
|
|
2123
|
-
* chain: tempo
|
|
2357
|
+
* chain: tempo
|
|
2124
2358
|
* transport: http(),
|
|
2125
2359
|
* }).extend(tempoActions())
|
|
2126
2360
|
*
|
|
@@ -2152,7 +2386,7 @@ export type Decorator<
|
|
|
2152
2386
|
*
|
|
2153
2387
|
* const client = createClient({
|
|
2154
2388
|
* account: privateKeyToAccount('0x...'),
|
|
2155
|
-
* chain: tempo
|
|
2389
|
+
* chain: tempo
|
|
2156
2390
|
* transport: http(),
|
|
2157
2391
|
* }).extend(tempoActions())
|
|
2158
2392
|
*
|
|
@@ -2182,7 +2416,7 @@ export type Decorator<
|
|
|
2182
2416
|
*
|
|
2183
2417
|
* const client = createClient({
|
|
2184
2418
|
* account: privateKeyToAccount('0x...'),
|
|
2185
|
-
* chain: tempo
|
|
2419
|
+
* chain: tempo
|
|
2186
2420
|
* transport: http(),
|
|
2187
2421
|
* }).extend(tempoActions())
|
|
2188
2422
|
*
|
|
@@ -2212,7 +2446,7 @@ export type Decorator<
|
|
|
2212
2446
|
*
|
|
2213
2447
|
* const client = createClient({
|
|
2214
2448
|
* account: privateKeyToAccount('0x...'),
|
|
2215
|
-
* chain: tempo
|
|
2449
|
+
* chain: tempo
|
|
2216
2450
|
* transport: http(),
|
|
2217
2451
|
* }).extend(tempoActions())
|
|
2218
2452
|
*
|
|
@@ -2240,7 +2474,7 @@ export type Decorator<
|
|
|
2240
2474
|
*
|
|
2241
2475
|
* const client = createClient({
|
|
2242
2476
|
* account: privateKeyToAccount('0x...'),
|
|
2243
|
-
* chain: tempo
|
|
2477
|
+
* chain: tempo
|
|
2244
2478
|
* transport: http(),
|
|
2245
2479
|
* }).extend(tempoActions())
|
|
2246
2480
|
*
|
|
@@ -2264,7 +2498,7 @@ export type Decorator<
|
|
|
2264
2498
|
* import { tempoActions } from 'viem/tempo'
|
|
2265
2499
|
*
|
|
2266
2500
|
* const client = createClient({
|
|
2267
|
-
* chain: tempo
|
|
2501
|
+
* chain: tempo
|
|
2268
2502
|
* transport: http(),
|
|
2269
2503
|
* }).extend(tempoActions())
|
|
2270
2504
|
*
|
|
@@ -2290,7 +2524,7 @@ export type Decorator<
|
|
|
2290
2524
|
* import { tempoActions } from 'viem/tempo'
|
|
2291
2525
|
*
|
|
2292
2526
|
* const client = createClient({
|
|
2293
|
-
* chain: tempo
|
|
2527
|
+
* chain: tempo
|
|
2294
2528
|
* transport: http(),
|
|
2295
2529
|
* }).extend(tempoActions())
|
|
2296
2530
|
*
|
|
@@ -2319,7 +2553,7 @@ export type Decorator<
|
|
|
2319
2553
|
*
|
|
2320
2554
|
* const client = createClient({
|
|
2321
2555
|
* account: privateKeyToAccount('0x...'),
|
|
2322
|
-
* chain: tempo
|
|
2556
|
+
* chain: tempo
|
|
2323
2557
|
* transport: http(),
|
|
2324
2558
|
* }).extend(tempoActions())
|
|
2325
2559
|
*
|
|
@@ -2348,7 +2582,7 @@ export type Decorator<
|
|
|
2348
2582
|
*
|
|
2349
2583
|
* const client = createClient({
|
|
2350
2584
|
* account: privateKeyToAccount('0x...'),
|
|
2351
|
-
* chain: tempo
|
|
2585
|
+
* chain: tempo
|
|
2352
2586
|
* transport: http(),
|
|
2353
2587
|
* }).extend(tempoActions())
|
|
2354
2588
|
*
|
|
@@ -2378,7 +2612,7 @@ export type Decorator<
|
|
|
2378
2612
|
*
|
|
2379
2613
|
* const client = createClient({
|
|
2380
2614
|
* account: privateKeyToAccount('0x...'),
|
|
2381
|
-
* chain: tempo
|
|
2615
|
+
* chain: tempo
|
|
2382
2616
|
* transport: http(),
|
|
2383
2617
|
* }).extend(tempoActions())
|
|
2384
2618
|
*
|
|
@@ -2407,7 +2641,7 @@ export type Decorator<
|
|
|
2407
2641
|
*
|
|
2408
2642
|
* const client = createClient({
|
|
2409
2643
|
* account: privateKeyToAccount('0x...'),
|
|
2410
|
-
* chain: tempo
|
|
2644
|
+
* chain: tempo
|
|
2411
2645
|
* transport: http(),
|
|
2412
2646
|
* }).extend(tempoActions())
|
|
2413
2647
|
*
|
|
@@ -2437,7 +2671,7 @@ export type Decorator<
|
|
|
2437
2671
|
*
|
|
2438
2672
|
* const client = createClient({
|
|
2439
2673
|
* account: privateKeyToAccount('0x...'),
|
|
2440
|
-
* chain: tempo
|
|
2674
|
+
* chain: tempo
|
|
2441
2675
|
* transport: http(),
|
|
2442
2676
|
* }).extend(tempoActions())
|
|
2443
2677
|
*
|
|
@@ -2467,7 +2701,7 @@ export type Decorator<
|
|
|
2467
2701
|
*
|
|
2468
2702
|
* const client = createClient({
|
|
2469
2703
|
* account: privateKeyToAccount('0x...'),
|
|
2470
|
-
* chain: tempo
|
|
2704
|
+
* chain: tempo
|
|
2471
2705
|
* transport: http(),
|
|
2472
2706
|
* }).extend(tempoActions())
|
|
2473
2707
|
*
|
|
@@ -2495,7 +2729,7 @@ export type Decorator<
|
|
|
2495
2729
|
*
|
|
2496
2730
|
* const client = createClient({
|
|
2497
2731
|
* account: privateKeyToAccount('0x...'),
|
|
2498
|
-
* chain: tempo
|
|
2732
|
+
* chain: tempo
|
|
2499
2733
|
* transport: http(),
|
|
2500
2734
|
* }).extend(tempoActions())
|
|
2501
2735
|
*
|
|
@@ -2523,7 +2757,7 @@ export type Decorator<
|
|
|
2523
2757
|
*
|
|
2524
2758
|
* const client = createClient({
|
|
2525
2759
|
* account: privateKeyToAccount('0x...'),
|
|
2526
|
-
* chain: tempo
|
|
2760
|
+
* chain: tempo
|
|
2527
2761
|
* transport: http(),
|
|
2528
2762
|
* }).extend(tempoActions())
|
|
2529
2763
|
*
|
|
@@ -2552,7 +2786,7 @@ export type Decorator<
|
|
|
2552
2786
|
*
|
|
2553
2787
|
* const client = createClient({
|
|
2554
2788
|
* account: privateKeyToAccount('0x...'),
|
|
2555
|
-
* chain: tempo
|
|
2789
|
+
* chain: tempo
|
|
2556
2790
|
* transport: http(),
|
|
2557
2791
|
* }).extend(tempoActions())
|
|
2558
2792
|
*
|
|
@@ -2580,7 +2814,7 @@ export type Decorator<
|
|
|
2580
2814
|
*
|
|
2581
2815
|
* const client = createClient({
|
|
2582
2816
|
* account: privateKeyToAccount('0x...'),
|
|
2583
|
-
* chain: tempo
|
|
2817
|
+
* chain: tempo
|
|
2584
2818
|
* transport: http(),
|
|
2585
2819
|
* }).extend(tempoActions())
|
|
2586
2820
|
*
|
|
@@ -2610,7 +2844,7 @@ export type Decorator<
|
|
|
2610
2844
|
*
|
|
2611
2845
|
* const client = createClient({
|
|
2612
2846
|
* account: privateKeyToAccount('0x...'),
|
|
2613
|
-
* chain: tempo
|
|
2847
|
+
* chain: tempo
|
|
2614
2848
|
* transport: http(),
|
|
2615
2849
|
* }).extend(tempoActions())
|
|
2616
2850
|
*
|
|
@@ -2639,7 +2873,7 @@ export type Decorator<
|
|
|
2639
2873
|
*
|
|
2640
2874
|
* const client = createClient({
|
|
2641
2875
|
* account: privateKeyToAccount('0x...'),
|
|
2642
|
-
* chain: tempo
|
|
2876
|
+
* chain: tempo
|
|
2643
2877
|
* transport: http(),
|
|
2644
2878
|
* }).extend(tempoActions())
|
|
2645
2879
|
*
|
|
@@ -2668,7 +2902,7 @@ export type Decorator<
|
|
|
2668
2902
|
*
|
|
2669
2903
|
* const client = createClient({
|
|
2670
2904
|
* account: privateKeyToAccount('0x...'),
|
|
2671
|
-
* chain: tempo
|
|
2905
|
+
* chain: tempo
|
|
2672
2906
|
* transport: http(),
|
|
2673
2907
|
* }).extend(tempoActions())
|
|
2674
2908
|
*
|
|
@@ -2697,7 +2931,7 @@ export type Decorator<
|
|
|
2697
2931
|
*
|
|
2698
2932
|
* const client = createClient({
|
|
2699
2933
|
* account: privateKeyToAccount('0x...'),
|
|
2700
|
-
* chain: tempo
|
|
2934
|
+
* chain: tempo
|
|
2701
2935
|
* transport: http(),
|
|
2702
2936
|
* }).extend(tempoActions())
|
|
2703
2937
|
*
|
|
@@ -2727,7 +2961,7 @@ export type Decorator<
|
|
|
2727
2961
|
*
|
|
2728
2962
|
* const client = createClient({
|
|
2729
2963
|
* account: privateKeyToAccount('0x...'),
|
|
2730
|
-
* chain: tempo
|
|
2964
|
+
* chain: tempo
|
|
2731
2965
|
* transport: http(),
|
|
2732
2966
|
* }).extend(tempoActions())
|
|
2733
2967
|
*
|
|
@@ -2757,7 +2991,7 @@ export type Decorator<
|
|
|
2757
2991
|
*
|
|
2758
2992
|
* const client = createClient({
|
|
2759
2993
|
* account: privateKeyToAccount('0x...'),
|
|
2760
|
-
* chain: tempo
|
|
2994
|
+
* chain: tempo
|
|
2761
2995
|
* transport: http(),
|
|
2762
2996
|
* }).extend(tempoActions())
|
|
2763
2997
|
*
|
|
@@ -2786,7 +3020,7 @@ export type Decorator<
|
|
|
2786
3020
|
*
|
|
2787
3021
|
* const client = createClient({
|
|
2788
3022
|
* account: privateKeyToAccount('0x...'),
|
|
2789
|
-
* chain: tempo
|
|
3023
|
+
* chain: tempo
|
|
2790
3024
|
* transport: http(),
|
|
2791
3025
|
* }).extend(tempoActions())
|
|
2792
3026
|
*
|
|
@@ -2815,7 +3049,7 @@ export type Decorator<
|
|
|
2815
3049
|
*
|
|
2816
3050
|
* const client = createClient({
|
|
2817
3051
|
* account: privateKeyToAccount('0x...'),
|
|
2818
|
-
* chain: tempo
|
|
3052
|
+
* chain: tempo
|
|
2819
3053
|
* transport: http(),
|
|
2820
3054
|
* }).extend(tempoActions())
|
|
2821
3055
|
*
|
|
@@ -2843,7 +3077,7 @@ export type Decorator<
|
|
|
2843
3077
|
*
|
|
2844
3078
|
* const client = createClient({
|
|
2845
3079
|
* account: privateKeyToAccount('0x...'),
|
|
2846
|
-
* chain: tempo
|
|
3080
|
+
* chain: tempo
|
|
2847
3081
|
* transport: http(),
|
|
2848
3082
|
* }).extend(tempoActions())
|
|
2849
3083
|
*
|
|
@@ -2869,7 +3103,7 @@ export type Decorator<
|
|
|
2869
3103
|
* import { tempoActions } from 'viem/tempo'
|
|
2870
3104
|
*
|
|
2871
3105
|
* const client = createClient({
|
|
2872
|
-
* chain: tempo
|
|
3106
|
+
* chain: tempo
|
|
2873
3107
|
* transport: http(),
|
|
2874
3108
|
* }).extend(tempoActions())
|
|
2875
3109
|
*
|
|
@@ -2897,7 +3131,7 @@ export type Decorator<
|
|
|
2897
3131
|
* import { tempoActions } from 'viem/tempo'
|
|
2898
3132
|
*
|
|
2899
3133
|
* const client = createClient({
|
|
2900
|
-
* chain: tempo
|
|
3134
|
+
* chain: tempo
|
|
2901
3135
|
* transport: http(),
|
|
2902
3136
|
* }).extend(tempoActions())
|
|
2903
3137
|
*
|
|
@@ -2923,7 +3157,7 @@ export type Decorator<
|
|
|
2923
3157
|
* import { tempoActions } from 'viem/tempo'
|
|
2924
3158
|
*
|
|
2925
3159
|
* const client = createClient({
|
|
2926
|
-
* chain: tempo
|
|
3160
|
+
* chain: tempo
|
|
2927
3161
|
* transport: http(),
|
|
2928
3162
|
* }).extend(tempoActions())
|
|
2929
3163
|
*
|
|
@@ -2949,7 +3183,7 @@ export type Decorator<
|
|
|
2949
3183
|
* import { tempoActions } from 'viem/tempo'
|
|
2950
3184
|
*
|
|
2951
3185
|
* const client = createClient({
|
|
2952
|
-
* chain: tempo
|
|
3186
|
+
* chain: tempo
|
|
2953
3187
|
* transport: http(),
|
|
2954
3188
|
* }).extend(tempoActions())
|
|
2955
3189
|
*
|
|
@@ -2975,7 +3209,7 @@ export type Decorator<
|
|
|
2975
3209
|
* import { tempoActions } from 'viem/tempo'
|
|
2976
3210
|
*
|
|
2977
3211
|
* const client = createClient({
|
|
2978
|
-
* chain: tempo
|
|
3212
|
+
* chain: tempo
|
|
2979
3213
|
* transport: http(),
|
|
2980
3214
|
* }).extend(tempoActions())
|
|
2981
3215
|
*
|
|
@@ -3003,7 +3237,7 @@ export type Decorator<
|
|
|
3003
3237
|
* import { tempoActions } from 'viem/tempo'
|
|
3004
3238
|
*
|
|
3005
3239
|
* const client = createClient({
|
|
3006
|
-
* chain: tempo
|
|
3240
|
+
* chain: tempo
|
|
3007
3241
|
* transport: http(),
|
|
3008
3242
|
* }).extend(tempoActions())
|
|
3009
3243
|
*
|
|
@@ -3029,7 +3263,7 @@ export type Decorator<
|
|
|
3029
3263
|
* import { tempoActions } from 'viem/tempo'
|
|
3030
3264
|
*
|
|
3031
3265
|
* const client = createClient({
|
|
3032
|
-
* chain: tempo
|
|
3266
|
+
* chain: tempo
|
|
3033
3267
|
* transport: http(),
|
|
3034
3268
|
* }).extend(tempoActions())
|
|
3035
3269
|
*
|
|
@@ -3061,7 +3295,7 @@ export type Decorator<
|
|
|
3061
3295
|
*
|
|
3062
3296
|
* const client = createClient({
|
|
3063
3297
|
* account: privateKeyToAccount('0x...'),
|
|
3064
|
-
* chain: tempo
|
|
3298
|
+
* chain: tempo
|
|
3065
3299
|
* transport: http(),
|
|
3066
3300
|
* }).extend(tempoActions())
|
|
3067
3301
|
*
|
|
@@ -3092,7 +3326,7 @@ export type Decorator<
|
|
|
3092
3326
|
*
|
|
3093
3327
|
* const client = createClient({
|
|
3094
3328
|
* account: privateKeyToAccount('0x...'),
|
|
3095
|
-
* chain: tempo
|
|
3329
|
+
* chain: tempo
|
|
3096
3330
|
* transport: http(),
|
|
3097
3331
|
* }).extend(tempoActions())
|
|
3098
3332
|
*
|
|
@@ -3123,7 +3357,7 @@ export type Decorator<
|
|
|
3123
3357
|
*
|
|
3124
3358
|
* const client = createClient({
|
|
3125
3359
|
* account: privateKeyToAccount('0x...'),
|
|
3126
|
-
* chain: tempo
|
|
3360
|
+
* chain: tempo
|
|
3127
3361
|
* transport: http(),
|
|
3128
3362
|
* }).extend(tempoActions())
|
|
3129
3363
|
*
|
|
@@ -3150,7 +3384,7 @@ export type Decorator<
|
|
|
3150
3384
|
*
|
|
3151
3385
|
* const client = createClient({
|
|
3152
3386
|
* account: privateKeyToAccount('0x...'),
|
|
3153
|
-
* chain: tempo
|
|
3387
|
+
* chain: tempo
|
|
3154
3388
|
* transport: http(),
|
|
3155
3389
|
* }).extend(tempoActions())
|
|
3156
3390
|
*
|
|
@@ -3177,7 +3411,7 @@ export type Decorator<
|
|
|
3177
3411
|
*
|
|
3178
3412
|
* const client = createClient({
|
|
3179
3413
|
* account: privateKeyToAccount('0x...'),
|
|
3180
|
-
* chain: tempo
|
|
3414
|
+
* chain: tempo
|
|
3181
3415
|
* transport: http(),
|
|
3182
3416
|
* }).extend(tempoActions())
|
|
3183
3417
|
*
|
|
@@ -3205,7 +3439,7 @@ export type Decorator<
|
|
|
3205
3439
|
*
|
|
3206
3440
|
* const client = createClient({
|
|
3207
3441
|
* account: privateKeyToAccount('0x...'),
|
|
3208
|
-
* chain: tempo
|
|
3442
|
+
* chain: tempo
|
|
3209
3443
|
* transport: http(),
|
|
3210
3444
|
* }).extend(tempoActions())
|
|
3211
3445
|
*
|
|
@@ -3231,7 +3465,7 @@ export type Decorator<
|
|
|
3231
3465
|
* import { tempoActions } from 'viem/tempo'
|
|
3232
3466
|
*
|
|
3233
3467
|
* const client = createClient({
|
|
3234
|
-
* chain: tempo
|
|
3468
|
+
* chain: tempo
|
|
3235
3469
|
* transport: http(),
|
|
3236
3470
|
* }).extend(tempoActions())
|
|
3237
3471
|
*
|
|
@@ -3256,7 +3490,7 @@ export type Decorator<
|
|
|
3256
3490
|
* import { tempoActions } from 'viem/tempo'
|
|
3257
3491
|
*
|
|
3258
3492
|
* const client = createClient({
|
|
3259
|
-
* chain: tempo
|
|
3493
|
+
* chain: tempo
|
|
3260
3494
|
* transport: http(),
|
|
3261
3495
|
* }).extend(tempoActions())
|
|
3262
3496
|
*
|
|
@@ -3281,7 +3515,7 @@ export type Decorator<
|
|
|
3281
3515
|
* import { tempoActions } from 'viem/tempo'
|
|
3282
3516
|
*
|
|
3283
3517
|
* const client = createClient({
|
|
3284
|
-
* chain: tempo
|
|
3518
|
+
* chain: tempo
|
|
3285
3519
|
* transport: http(),
|
|
3286
3520
|
* }).extend(tempoActions())
|
|
3287
3521
|
*
|
|
@@ -3304,7 +3538,7 @@ export type Decorator<
|
|
|
3304
3538
|
* import { tempoActions } from 'viem/tempo'
|
|
3305
3539
|
*
|
|
3306
3540
|
* const client = createClient({
|
|
3307
|
-
* chain: tempo
|
|
3541
|
+
* chain: tempo
|
|
3308
3542
|
* transport: http(),
|
|
3309
3543
|
* }).extend(tempoActions())
|
|
3310
3544
|
*
|
|
@@ -3327,7 +3561,7 @@ export type Decorator<
|
|
|
3327
3561
|
* import { tempoActions } from 'viem/tempo'
|
|
3328
3562
|
*
|
|
3329
3563
|
* const client = createClient({
|
|
3330
|
-
* chain: tempo
|
|
3564
|
+
* chain: tempo
|
|
3331
3565
|
* transport: http(),
|
|
3332
3566
|
* }).extend(tempoActions())
|
|
3333
3567
|
*
|
|
@@ -3350,7 +3584,7 @@ export type Decorator<
|
|
|
3350
3584
|
* import { tempoActions } from 'viem/tempo'
|
|
3351
3585
|
*
|
|
3352
3586
|
* const client = createClient({
|
|
3353
|
-
* chain: tempo
|
|
3587
|
+
* chain: tempo
|
|
3354
3588
|
* transport: http(),
|
|
3355
3589
|
* }).extend(tempoActions())
|
|
3356
3590
|
*
|
|
@@ -3375,7 +3609,7 @@ export type Decorator<
|
|
|
3375
3609
|
*
|
|
3376
3610
|
* const client = createClient({
|
|
3377
3611
|
* account: privateKeyToAccount('0x...'),
|
|
3378
|
-
* chain: tempo
|
|
3612
|
+
* chain: tempo
|
|
3379
3613
|
* transport: http(),
|
|
3380
3614
|
* }).extend(tempoActions())
|
|
3381
3615
|
*
|
|
@@ -3405,7 +3639,7 @@ export type Decorator<
|
|
|
3405
3639
|
*
|
|
3406
3640
|
* const client = createClient({
|
|
3407
3641
|
* account: privateKeyToAccount('0x...'),
|
|
3408
|
-
* chain: tempo
|
|
3642
|
+
* chain: tempo
|
|
3409
3643
|
* transport: http(),
|
|
3410
3644
|
* }).extend(tempoActions())
|
|
3411
3645
|
*
|
|
@@ -3435,7 +3669,7 @@ export type Decorator<
|
|
|
3435
3669
|
*
|
|
3436
3670
|
* const client = createClient({
|
|
3437
3671
|
* account: privateKeyToAccount('0x...'),
|
|
3438
|
-
* chain: tempo
|
|
3672
|
+
* chain: tempo
|
|
3439
3673
|
* transport: http(),
|
|
3440
3674
|
* }).extend(tempoActions())
|
|
3441
3675
|
*
|
|
@@ -3465,7 +3699,7 @@ export type Decorator<
|
|
|
3465
3699
|
*
|
|
3466
3700
|
* const client = createClient({
|
|
3467
3701
|
* account: privateKeyToAccount('0x...'),
|
|
3468
|
-
* chain: tempo
|
|
3702
|
+
* chain: tempo
|
|
3469
3703
|
* transport: http(),
|
|
3470
3704
|
* }).extend(tempoActions())
|
|
3471
3705
|
*
|
|
@@ -3495,6 +3729,23 @@ export function decorator() {
|
|
|
3495
3729
|
client: Client<transport, chain, account>,
|
|
3496
3730
|
): Decorator<chain, account> => {
|
|
3497
3731
|
return {
|
|
3732
|
+
accessKey: {
|
|
3733
|
+
authorize: (parameters) =>
|
|
3734
|
+
accessKeyActions.authorize(client, parameters),
|
|
3735
|
+
authorizeSync: (parameters) =>
|
|
3736
|
+
accessKeyActions.authorizeSync(client, parameters),
|
|
3737
|
+
getMetadata: (parameters) =>
|
|
3738
|
+
accessKeyActions.getMetadata(client, parameters),
|
|
3739
|
+
getRemainingLimit: (parameters) =>
|
|
3740
|
+
accessKeyActions.getRemainingLimit(client, parameters),
|
|
3741
|
+
revoke: (parameters) => accessKeyActions.revoke(client, parameters),
|
|
3742
|
+
revokeSync: (parameters) =>
|
|
3743
|
+
accessKeyActions.revokeSync(client, parameters),
|
|
3744
|
+
updateLimit: (parameters) =>
|
|
3745
|
+
accessKeyActions.updateLimit(client, parameters),
|
|
3746
|
+
updateLimitSync: (parameters) =>
|
|
3747
|
+
accessKeyActions.updateLimitSync(client, parameters),
|
|
3748
|
+
},
|
|
3498
3749
|
amm: {
|
|
3499
3750
|
getPool: (parameters) => ammActions.getPool(client, parameters),
|
|
3500
3751
|
getLiquidityBalance: (parameters) =>
|