viem 2.54.2 → 2.54.4

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.
Files changed (76) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/_cjs/actions/index.js +5 -3
  3. package/_cjs/actions/index.js.map +1 -1
  4. package/_cjs/actions/public/getRawTransaction.js +14 -0
  5. package/_cjs/actions/public/getRawTransaction.js.map +1 -0
  6. package/_cjs/clients/decorators/public.js +2 -0
  7. package/_cjs/clients/decorators/public.js.map +1 -1
  8. package/_cjs/errors/version.js +1 -1
  9. package/_cjs/index.js.map +1 -1
  10. package/_cjs/tempo/Formatters.js +5 -1
  11. package/_cjs/tempo/Formatters.js.map +1 -1
  12. package/_cjs/tempo/Transaction.js.map +1 -1
  13. package/_cjs/tempo/chainConfig.js +11 -2
  14. package/_cjs/tempo/chainConfig.js.map +1 -1
  15. package/_cjs/utils/abi/decodeAbiParameters.js +11 -2
  16. package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
  17. package/_cjs/utils/abi/encodeAbiParameters.js +26 -11
  18. package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
  19. package/_esm/actions/index.js +1 -0
  20. package/_esm/actions/index.js.map +1 -1
  21. package/_esm/actions/public/getRawTransaction.js +34 -0
  22. package/_esm/actions/public/getRawTransaction.js.map +1 -0
  23. package/_esm/clients/decorators/public.js +2 -0
  24. package/_esm/clients/decorators/public.js.map +1 -1
  25. package/_esm/errors/version.js +1 -1
  26. package/_esm/index.js.map +1 -1
  27. package/_esm/tempo/Formatters.js +7 -1
  28. package/_esm/tempo/Formatters.js.map +1 -1
  29. package/_esm/tempo/Transaction.js.map +1 -1
  30. package/_esm/tempo/chainConfig.js +11 -2
  31. package/_esm/tempo/chainConfig.js.map +1 -1
  32. package/_esm/utils/abi/decodeAbiParameters.js +18 -2
  33. package/_esm/utils/abi/decodeAbiParameters.js.map +1 -1
  34. package/_esm/utils/abi/encodeAbiParameters.js +30 -12
  35. package/_esm/utils/abi/encodeAbiParameters.js.map +1 -1
  36. package/_types/actions/index.d.ts +1 -0
  37. package/_types/actions/index.d.ts.map +1 -1
  38. package/_types/actions/public/getRawTransaction.d.ts +38 -0
  39. package/_types/actions/public/getRawTransaction.d.ts.map +1 -0
  40. package/_types/chains/definitions/tempo.d.ts +42 -0
  41. package/_types/chains/definitions/tempo.d.ts.map +1 -1
  42. package/_types/chains/definitions/tempoDevnet.d.ts +42 -0
  43. package/_types/chains/definitions/tempoDevnet.d.ts.map +1 -1
  44. package/_types/chains/definitions/tempoLocalnet.d.ts +42 -0
  45. package/_types/chains/definitions/tempoLocalnet.d.ts.map +1 -1
  46. package/_types/chains/definitions/tempoModerato.d.ts +42 -0
  47. package/_types/chains/definitions/tempoModerato.d.ts.map +1 -1
  48. package/_types/clients/decorators/public.d.ts +23 -0
  49. package/_types/clients/decorators/public.d.ts.map +1 -1
  50. package/_types/errors/version.d.ts +1 -1
  51. package/_types/index.d.ts +1 -0
  52. package/_types/index.d.ts.map +1 -1
  53. package/_types/tempo/Formatters.d.ts.map +1 -1
  54. package/_types/tempo/Transaction.d.ts +11 -0
  55. package/_types/tempo/Transaction.d.ts.map +1 -1
  56. package/_types/tempo/chainConfig.d.ts +22 -0
  57. package/_types/tempo/chainConfig.d.ts.map +1 -1
  58. package/_types/tempo/zones/zone.d.ts +126 -0
  59. package/_types/tempo/zones/zone.d.ts.map +1 -1
  60. package/_types/types/eip1193.d.ts +11 -0
  61. package/_types/types/eip1193.d.ts.map +1 -1
  62. package/_types/utils/abi/decodeAbiParameters.d.ts.map +1 -1
  63. package/_types/utils/abi/encodeAbiParameters.d.ts +5 -5
  64. package/_types/utils/abi/encodeAbiParameters.d.ts.map +1 -1
  65. package/actions/index.ts +6 -0
  66. package/actions/public/getRawTransaction.ts +60 -0
  67. package/clients/decorators/public.ts +30 -0
  68. package/errors/version.ts +1 -1
  69. package/index.ts +5 -0
  70. package/package.json +2 -2
  71. package/tempo/Formatters.ts +8 -0
  72. package/tempo/Transaction.ts +10 -0
  73. package/tempo/chainConfig.ts +11 -2
  74. package/types/eip1193.ts +11 -0
  75. package/utils/abi/decodeAbiParameters.ts +17 -2
  76. package/utils/abi/encodeAbiParameters.ts +32 -15
@@ -0,0 +1,38 @@
1
+ import type { Client } from '../../clients/createClient.js';
2
+ import type { Transport } from '../../clients/transports/createTransport.js';
3
+ import { type TransactionNotFoundErrorType } from '../../errors/transaction.js';
4
+ import type { ErrorType } from '../../errors/utils.js';
5
+ import type { Chain } from '../../types/chain.js';
6
+ import type { Hash, Hex } from '../../types/misc.js';
7
+ import type { RequestErrorType } from '../../utils/buildRequest.js';
8
+ export type GetRawTransactionParameters = {
9
+ /** The hash of the transaction. */
10
+ hash: Hash;
11
+ };
12
+ export type GetRawTransactionReturnType = Hex;
13
+ export type GetRawTransactionErrorType = TransactionNotFoundErrorType | RequestErrorType | ErrorType;
14
+ /**
15
+ * Returns the raw, serialized [Transaction](https://viem.sh/docs/glossary/terms#transaction) given a hash.
16
+ *
17
+ * - Docs: https://viem.sh/docs/actions/public/getRawTransaction
18
+ * - JSON-RPC Methods: `eth_getRawTransactionByHash`
19
+ *
20
+ * @param client - Client to use
21
+ * @param parameters - {@link GetRawTransactionParameters}
22
+ * @returns The raw, serialized transaction. {@link GetRawTransactionReturnType}
23
+ *
24
+ * @example
25
+ * import { createPublicClient, http } from 'viem'
26
+ * import { mainnet } from 'viem/chains'
27
+ * import { getRawTransaction } from 'viem/public'
28
+ *
29
+ * const client = createPublicClient({
30
+ * chain: mainnet,
31
+ * transport: http(),
32
+ * })
33
+ * const rawTransaction = await getRawTransaction(client, {
34
+ * hash: '0x4ca7ee652d57678f26e887c149ab0735f41de37bcad58c9f6d3ed5824f15b74d',
35
+ * })
36
+ */
37
+ export declare function getRawTransaction<chain extends Chain | undefined>(client: Client<Transport, chain>, { hash }: GetRawTransactionParameters): Promise<GetRawTransactionReturnType>;
38
+ //# sourceMappingURL=getRawTransaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRawTransaction.d.ts","sourceRoot":"","sources":["../../../actions/public/getRawTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,+BAA+B,CAAA;AAC3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAA;AAC5E,OAAO,EAEL,KAAK,4BAA4B,EAClC,MAAM,6BAA6B,CAAA;AACpC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAEnE,MAAM,MAAM,2BAA2B,GAAG;IACxC,mCAAmC;IACnC,IAAI,EAAE,IAAI,CAAA;CACX,CAAA;AAED,MAAM,MAAM,2BAA2B,GAAG,GAAG,CAAA;AAE7C,MAAM,MAAM,0BAA0B,GAClC,4BAA4B,GAC5B,gBAAgB,GAChB,SAAS,CAAA;AAEb;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAsB,iBAAiB,CAAC,KAAK,SAAS,KAAK,GAAG,SAAS,EACrE,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,CAAC,EAChC,EAAE,IAAI,EAAE,EAAE,2BAA2B,GACpC,OAAO,CAAC,2BAA2B,CAAC,CAUtC"}
@@ -309,6 +309,8 @@ export declare const tempo: {
309
309
  validBefore?: undefined;
310
310
  feePayer?: undefined;
311
311
  multisig?: undefined;
312
+ multisigInit?: undefined;
313
+ multisigSignatureCount?: undefined;
312
314
  } | {
313
315
  data?: `0x${string}` | undefined;
314
316
  from?: `0x${string}` | undefined;
@@ -337,6 +339,8 @@ export declare const tempo: {
337
339
  validBefore?: undefined;
338
340
  feePayer?: undefined;
339
341
  multisig?: undefined;
342
+ multisigInit?: undefined;
343
+ multisigSignatureCount?: undefined;
340
344
  } | {
341
345
  data?: `0x${string}` | undefined;
342
346
  from?: `0x${string}` | undefined;
@@ -365,6 +369,8 @@ export declare const tempo: {
365
369
  validBefore?: undefined;
366
370
  feePayer?: undefined;
367
371
  multisig?: undefined;
372
+ multisigInit?: undefined;
373
+ multisigSignatureCount?: undefined;
368
374
  } | {
369
375
  type?: "0x3" | undefined;
370
376
  data?: `0x${string}` | undefined;
@@ -393,6 +399,8 @@ export declare const tempo: {
393
399
  validBefore?: undefined;
394
400
  feePayer?: undefined;
395
401
  multisig?: undefined;
402
+ multisigInit?: undefined;
403
+ multisigSignatureCount?: undefined;
396
404
  } | {
397
405
  type?: "0x3" | undefined;
398
406
  data?: `0x${string}` | undefined;
@@ -421,6 +429,8 @@ export declare const tempo: {
421
429
  validBefore?: undefined;
422
430
  feePayer?: undefined;
423
431
  multisig?: undefined;
432
+ multisigInit?: undefined;
433
+ multisigSignatureCount?: undefined;
424
434
  } | {
425
435
  type?: "0x4" | undefined;
426
436
  gasPrice?: undefined | undefined;
@@ -449,6 +459,8 @@ export declare const tempo: {
449
459
  validBefore?: undefined;
450
460
  feePayer?: undefined;
451
461
  multisig?: undefined;
462
+ multisigInit?: undefined;
463
+ multisigSignatureCount?: undefined;
452
464
  } | {
453
465
  data?: `0x${string}` | undefined;
454
466
  from?: `0x${string}` | undefined;
@@ -474,6 +486,15 @@ export declare const tempo: {
474
486
  threshold: `0x${string}`;
475
487
  owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
476
488
  } | undefined;
489
+ multisigInit?: {
490
+ salt: import("ox/Hex").Hex;
491
+ threshold: number;
492
+ owners: readonly {
493
+ owner: import("abitype").Address;
494
+ weight: number;
495
+ }[];
496
+ } | undefined | undefined;
497
+ multisigSignatureCount?: number | undefined | undefined;
477
498
  nonceKey?: `0x${string}` | "expiring" | undefined;
478
499
  signatures?: readonly `0x${string}`[] | undefined;
479
500
  validBefore?: `0x${string}` | undefined;
@@ -796,6 +817,8 @@ export declare const tempo: {
796
817
  validBefore?: undefined;
797
818
  feePayer?: undefined;
798
819
  multisig?: undefined;
820
+ multisigInit?: undefined;
821
+ multisigSignatureCount?: undefined;
799
822
  } | {
800
823
  data?: `0x${string}` | undefined;
801
824
  from?: `0x${string}` | undefined;
@@ -824,6 +847,8 @@ export declare const tempo: {
824
847
  validBefore?: undefined;
825
848
  feePayer?: undefined;
826
849
  multisig?: undefined;
850
+ multisigInit?: undefined;
851
+ multisigSignatureCount?: undefined;
827
852
  } | {
828
853
  data?: `0x${string}` | undefined;
829
854
  from?: `0x${string}` | undefined;
@@ -852,6 +877,8 @@ export declare const tempo: {
852
877
  validBefore?: undefined;
853
878
  feePayer?: undefined;
854
879
  multisig?: undefined;
880
+ multisigInit?: undefined;
881
+ multisigSignatureCount?: undefined;
855
882
  } | {
856
883
  type?: "0x3" | undefined;
857
884
  data?: `0x${string}` | undefined;
@@ -880,6 +907,8 @@ export declare const tempo: {
880
907
  validBefore?: undefined;
881
908
  feePayer?: undefined;
882
909
  multisig?: undefined;
910
+ multisigInit?: undefined;
911
+ multisigSignatureCount?: undefined;
883
912
  } | {
884
913
  type?: "0x3" | undefined;
885
914
  data?: `0x${string}` | undefined;
@@ -908,6 +937,8 @@ export declare const tempo: {
908
937
  validBefore?: undefined;
909
938
  feePayer?: undefined;
910
939
  multisig?: undefined;
940
+ multisigInit?: undefined;
941
+ multisigSignatureCount?: undefined;
911
942
  } | {
912
943
  type?: "0x4" | undefined;
913
944
  gasPrice?: undefined | undefined;
@@ -936,6 +967,8 @@ export declare const tempo: {
936
967
  validBefore?: undefined;
937
968
  feePayer?: undefined;
938
969
  multisig?: undefined;
970
+ multisigInit?: undefined;
971
+ multisigSignatureCount?: undefined;
939
972
  } | {
940
973
  data?: `0x${string}` | undefined;
941
974
  from?: `0x${string}` | undefined;
@@ -961,6 +994,15 @@ export declare const tempo: {
961
994
  threshold: `0x${string}`;
962
995
  owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
963
996
  } | undefined;
997
+ multisigInit?: {
998
+ salt: import("ox/Hex").Hex;
999
+ threshold: number;
1000
+ owners: readonly {
1001
+ owner: import("abitype").Address;
1002
+ weight: number;
1003
+ }[];
1004
+ } | undefined | undefined;
1005
+ multisigSignatureCount?: number | undefined | undefined;
964
1006
  nonceKey?: `0x${string}` | "expiring" | undefined;
965
1007
  signatures?: readonly `0x${string}`[] | undefined;
966
1008
  validBefore?: `0x${string}` | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"tempo.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBhB,CAAA"}
1
+ {"version":3,"file":"tempo.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBhB,CAAA"}
@@ -309,6 +309,8 @@ export declare const tempoDevnet: {
309
309
  validBefore?: undefined;
310
310
  feePayer?: undefined;
311
311
  multisig?: undefined;
312
+ multisigInit?: undefined;
313
+ multisigSignatureCount?: undefined;
312
314
  } | {
313
315
  data?: `0x${string}` | undefined;
314
316
  from?: `0x${string}` | undefined;
@@ -337,6 +339,8 @@ export declare const tempoDevnet: {
337
339
  validBefore?: undefined;
338
340
  feePayer?: undefined;
339
341
  multisig?: undefined;
342
+ multisigInit?: undefined;
343
+ multisigSignatureCount?: undefined;
340
344
  } | {
341
345
  data?: `0x${string}` | undefined;
342
346
  from?: `0x${string}` | undefined;
@@ -365,6 +369,8 @@ export declare const tempoDevnet: {
365
369
  validBefore?: undefined;
366
370
  feePayer?: undefined;
367
371
  multisig?: undefined;
372
+ multisigInit?: undefined;
373
+ multisigSignatureCount?: undefined;
368
374
  } | {
369
375
  type?: "0x3" | undefined;
370
376
  data?: `0x${string}` | undefined;
@@ -393,6 +399,8 @@ export declare const tempoDevnet: {
393
399
  validBefore?: undefined;
394
400
  feePayer?: undefined;
395
401
  multisig?: undefined;
402
+ multisigInit?: undefined;
403
+ multisigSignatureCount?: undefined;
396
404
  } | {
397
405
  type?: "0x3" | undefined;
398
406
  data?: `0x${string}` | undefined;
@@ -421,6 +429,8 @@ export declare const tempoDevnet: {
421
429
  validBefore?: undefined;
422
430
  feePayer?: undefined;
423
431
  multisig?: undefined;
432
+ multisigInit?: undefined;
433
+ multisigSignatureCount?: undefined;
424
434
  } | {
425
435
  type?: "0x4" | undefined;
426
436
  gasPrice?: undefined | undefined;
@@ -449,6 +459,8 @@ export declare const tempoDevnet: {
449
459
  validBefore?: undefined;
450
460
  feePayer?: undefined;
451
461
  multisig?: undefined;
462
+ multisigInit?: undefined;
463
+ multisigSignatureCount?: undefined;
452
464
  } | {
453
465
  data?: `0x${string}` | undefined;
454
466
  from?: `0x${string}` | undefined;
@@ -474,6 +486,15 @@ export declare const tempoDevnet: {
474
486
  threshold: `0x${string}`;
475
487
  owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
476
488
  } | undefined;
489
+ multisigInit?: {
490
+ salt: import("ox/Hex").Hex;
491
+ threshold: number;
492
+ owners: readonly {
493
+ owner: import("abitype").Address;
494
+ weight: number;
495
+ }[];
496
+ } | undefined | undefined;
497
+ multisigSignatureCount?: number | undefined | undefined;
477
498
  nonceKey?: `0x${string}` | "expiring" | undefined;
478
499
  signatures?: readonly `0x${string}`[] | undefined;
479
500
  validBefore?: `0x${string}` | undefined;
@@ -799,6 +820,8 @@ export declare const tempoDevnet: {
799
820
  validBefore?: undefined;
800
821
  feePayer?: undefined;
801
822
  multisig?: undefined;
823
+ multisigInit?: undefined;
824
+ multisigSignatureCount?: undefined;
802
825
  } | {
803
826
  data?: `0x${string}` | undefined;
804
827
  from?: `0x${string}` | undefined;
@@ -827,6 +850,8 @@ export declare const tempoDevnet: {
827
850
  validBefore?: undefined;
828
851
  feePayer?: undefined;
829
852
  multisig?: undefined;
853
+ multisigInit?: undefined;
854
+ multisigSignatureCount?: undefined;
830
855
  } | {
831
856
  data?: `0x${string}` | undefined;
832
857
  from?: `0x${string}` | undefined;
@@ -855,6 +880,8 @@ export declare const tempoDevnet: {
855
880
  validBefore?: undefined;
856
881
  feePayer?: undefined;
857
882
  multisig?: undefined;
883
+ multisigInit?: undefined;
884
+ multisigSignatureCount?: undefined;
858
885
  } | {
859
886
  type?: "0x3" | undefined;
860
887
  data?: `0x${string}` | undefined;
@@ -883,6 +910,8 @@ export declare const tempoDevnet: {
883
910
  validBefore?: undefined;
884
911
  feePayer?: undefined;
885
912
  multisig?: undefined;
913
+ multisigInit?: undefined;
914
+ multisigSignatureCount?: undefined;
886
915
  } | {
887
916
  type?: "0x3" | undefined;
888
917
  data?: `0x${string}` | undefined;
@@ -911,6 +940,8 @@ export declare const tempoDevnet: {
911
940
  validBefore?: undefined;
912
941
  feePayer?: undefined;
913
942
  multisig?: undefined;
943
+ multisigInit?: undefined;
944
+ multisigSignatureCount?: undefined;
914
945
  } | {
915
946
  type?: "0x4" | undefined;
916
947
  gasPrice?: undefined | undefined;
@@ -939,6 +970,8 @@ export declare const tempoDevnet: {
939
970
  validBefore?: undefined;
940
971
  feePayer?: undefined;
941
972
  multisig?: undefined;
973
+ multisigInit?: undefined;
974
+ multisigSignatureCount?: undefined;
942
975
  } | {
943
976
  data?: `0x${string}` | undefined;
944
977
  from?: `0x${string}` | undefined;
@@ -964,6 +997,15 @@ export declare const tempoDevnet: {
964
997
  threshold: `0x${string}`;
965
998
  owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
966
999
  } | undefined;
1000
+ multisigInit?: {
1001
+ salt: import("ox/Hex").Hex;
1002
+ threshold: number;
1003
+ owners: readonly {
1004
+ owner: import("abitype").Address;
1005
+ weight: number;
1006
+ }[];
1007
+ } | undefined | undefined;
1008
+ multisigSignatureCount?: number | undefined | undefined;
967
1009
  nonceKey?: `0x${string}` | "expiring" | undefined;
968
1010
  signatures?: readonly `0x${string}`[] | undefined;
969
1011
  validBefore?: `0x${string}` | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"tempoDevnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoDevnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBtB,CAAA"}
1
+ {"version":3,"file":"tempoDevnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoDevnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBtB,CAAA"}
@@ -314,6 +314,8 @@ export declare const tempoLocalnet: {
314
314
  validBefore?: undefined;
315
315
  feePayer?: undefined;
316
316
  multisig?: undefined;
317
+ multisigInit?: undefined;
318
+ multisigSignatureCount?: undefined;
317
319
  } | {
318
320
  data?: `0x${string}` | undefined;
319
321
  from?: `0x${string}` | undefined;
@@ -342,6 +344,8 @@ export declare const tempoLocalnet: {
342
344
  validBefore?: undefined;
343
345
  feePayer?: undefined;
344
346
  multisig?: undefined;
347
+ multisigInit?: undefined;
348
+ multisigSignatureCount?: undefined;
345
349
  } | {
346
350
  data?: `0x${string}` | undefined;
347
351
  from?: `0x${string}` | undefined;
@@ -370,6 +374,8 @@ export declare const tempoLocalnet: {
370
374
  validBefore?: undefined;
371
375
  feePayer?: undefined;
372
376
  multisig?: undefined;
377
+ multisigInit?: undefined;
378
+ multisigSignatureCount?: undefined;
373
379
  } | {
374
380
  type?: "0x3" | undefined;
375
381
  data?: `0x${string}` | undefined;
@@ -398,6 +404,8 @@ export declare const tempoLocalnet: {
398
404
  validBefore?: undefined;
399
405
  feePayer?: undefined;
400
406
  multisig?: undefined;
407
+ multisigInit?: undefined;
408
+ multisigSignatureCount?: undefined;
401
409
  } | {
402
410
  type?: "0x3" | undefined;
403
411
  data?: `0x${string}` | undefined;
@@ -426,6 +434,8 @@ export declare const tempoLocalnet: {
426
434
  validBefore?: undefined;
427
435
  feePayer?: undefined;
428
436
  multisig?: undefined;
437
+ multisigInit?: undefined;
438
+ multisigSignatureCount?: undefined;
429
439
  } | {
430
440
  type?: "0x4" | undefined;
431
441
  gasPrice?: undefined | undefined;
@@ -454,6 +464,8 @@ export declare const tempoLocalnet: {
454
464
  validBefore?: undefined;
455
465
  feePayer?: undefined;
456
466
  multisig?: undefined;
467
+ multisigInit?: undefined;
468
+ multisigSignatureCount?: undefined;
457
469
  } | {
458
470
  data?: `0x${string}` | undefined;
459
471
  from?: `0x${string}` | undefined;
@@ -479,6 +491,15 @@ export declare const tempoLocalnet: {
479
491
  threshold: `0x${string}`;
480
492
  owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
481
493
  } | undefined;
494
+ multisigInit?: {
495
+ salt: import("ox/Hex").Hex;
496
+ threshold: number;
497
+ owners: readonly {
498
+ owner: import("abitype").Address;
499
+ weight: number;
500
+ }[];
501
+ } | undefined | undefined;
502
+ multisigSignatureCount?: number | undefined | undefined;
482
503
  nonceKey?: `0x${string}` | "expiring" | undefined;
483
504
  signatures?: readonly `0x${string}`[] | undefined;
484
505
  validBefore?: `0x${string}` | undefined;
@@ -796,6 +817,8 @@ export declare const tempoLocalnet: {
796
817
  validBefore?: undefined;
797
818
  feePayer?: undefined;
798
819
  multisig?: undefined;
820
+ multisigInit?: undefined;
821
+ multisigSignatureCount?: undefined;
799
822
  } | {
800
823
  data?: `0x${string}` | undefined;
801
824
  from?: `0x${string}` | undefined;
@@ -824,6 +847,8 @@ export declare const tempoLocalnet: {
824
847
  validBefore?: undefined;
825
848
  feePayer?: undefined;
826
849
  multisig?: undefined;
850
+ multisigInit?: undefined;
851
+ multisigSignatureCount?: undefined;
827
852
  } | {
828
853
  data?: `0x${string}` | undefined;
829
854
  from?: `0x${string}` | undefined;
@@ -852,6 +877,8 @@ export declare const tempoLocalnet: {
852
877
  validBefore?: undefined;
853
878
  feePayer?: undefined;
854
879
  multisig?: undefined;
880
+ multisigInit?: undefined;
881
+ multisigSignatureCount?: undefined;
855
882
  } | {
856
883
  type?: "0x3" | undefined;
857
884
  data?: `0x${string}` | undefined;
@@ -880,6 +907,8 @@ export declare const tempoLocalnet: {
880
907
  validBefore?: undefined;
881
908
  feePayer?: undefined;
882
909
  multisig?: undefined;
910
+ multisigInit?: undefined;
911
+ multisigSignatureCount?: undefined;
883
912
  } | {
884
913
  type?: "0x3" | undefined;
885
914
  data?: `0x${string}` | undefined;
@@ -908,6 +937,8 @@ export declare const tempoLocalnet: {
908
937
  validBefore?: undefined;
909
938
  feePayer?: undefined;
910
939
  multisig?: undefined;
940
+ multisigInit?: undefined;
941
+ multisigSignatureCount?: undefined;
911
942
  } | {
912
943
  type?: "0x4" | undefined;
913
944
  gasPrice?: undefined | undefined;
@@ -936,6 +967,8 @@ export declare const tempoLocalnet: {
936
967
  validBefore?: undefined;
937
968
  feePayer?: undefined;
938
969
  multisig?: undefined;
970
+ multisigInit?: undefined;
971
+ multisigSignatureCount?: undefined;
939
972
  } | {
940
973
  data?: `0x${string}` | undefined;
941
974
  from?: `0x${string}` | undefined;
@@ -961,6 +994,15 @@ export declare const tempoLocalnet: {
961
994
  threshold: `0x${string}`;
962
995
  owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
963
996
  } | undefined;
997
+ multisigInit?: {
998
+ salt: import("ox/Hex").Hex;
999
+ threshold: number;
1000
+ owners: readonly {
1001
+ owner: import("abitype").Address;
1002
+ weight: number;
1003
+ }[];
1004
+ } | undefined | undefined;
1005
+ multisigSignatureCount?: number | undefined | undefined;
964
1006
  nonceKey?: `0x${string}` | "expiring" | undefined;
965
1007
  signatures?: readonly `0x${string}`[] | undefined;
966
1008
  validBefore?: `0x${string}` | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"tempoLocalnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoLocalnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAaxB,CAAA"}
1
+ {"version":3,"file":"tempoLocalnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoLocalnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAaxB,CAAA"}
@@ -309,6 +309,8 @@ export declare const tempoModerato: {
309
309
  validBefore?: undefined;
310
310
  feePayer?: undefined;
311
311
  multisig?: undefined;
312
+ multisigInit?: undefined;
313
+ multisigSignatureCount?: undefined;
312
314
  } | {
313
315
  data?: `0x${string}` | undefined;
314
316
  from?: `0x${string}` | undefined;
@@ -337,6 +339,8 @@ export declare const tempoModerato: {
337
339
  validBefore?: undefined;
338
340
  feePayer?: undefined;
339
341
  multisig?: undefined;
342
+ multisigInit?: undefined;
343
+ multisigSignatureCount?: undefined;
340
344
  } | {
341
345
  data?: `0x${string}` | undefined;
342
346
  from?: `0x${string}` | undefined;
@@ -365,6 +369,8 @@ export declare const tempoModerato: {
365
369
  validBefore?: undefined;
366
370
  feePayer?: undefined;
367
371
  multisig?: undefined;
372
+ multisigInit?: undefined;
373
+ multisigSignatureCount?: undefined;
368
374
  } | {
369
375
  type?: "0x3" | undefined;
370
376
  data?: `0x${string}` | undefined;
@@ -393,6 +399,8 @@ export declare const tempoModerato: {
393
399
  validBefore?: undefined;
394
400
  feePayer?: undefined;
395
401
  multisig?: undefined;
402
+ multisigInit?: undefined;
403
+ multisigSignatureCount?: undefined;
396
404
  } | {
397
405
  type?: "0x3" | undefined;
398
406
  data?: `0x${string}` | undefined;
@@ -421,6 +429,8 @@ export declare const tempoModerato: {
421
429
  validBefore?: undefined;
422
430
  feePayer?: undefined;
423
431
  multisig?: undefined;
432
+ multisigInit?: undefined;
433
+ multisigSignatureCount?: undefined;
424
434
  } | {
425
435
  type?: "0x4" | undefined;
426
436
  gasPrice?: undefined | undefined;
@@ -449,6 +459,8 @@ export declare const tempoModerato: {
449
459
  validBefore?: undefined;
450
460
  feePayer?: undefined;
451
461
  multisig?: undefined;
462
+ multisigInit?: undefined;
463
+ multisigSignatureCount?: undefined;
452
464
  } | {
453
465
  data?: `0x${string}` | undefined;
454
466
  from?: `0x${string}` | undefined;
@@ -474,6 +486,15 @@ export declare const tempoModerato: {
474
486
  threshold: `0x${string}`;
475
487
  owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
476
488
  } | undefined;
489
+ multisigInit?: {
490
+ salt: import("ox/Hex").Hex;
491
+ threshold: number;
492
+ owners: readonly {
493
+ owner: import("abitype").Address;
494
+ weight: number;
495
+ }[];
496
+ } | undefined | undefined;
497
+ multisigSignatureCount?: number | undefined | undefined;
477
498
  nonceKey?: `0x${string}` | "expiring" | undefined;
478
499
  signatures?: readonly `0x${string}`[] | undefined;
479
500
  validBefore?: `0x${string}` | undefined;
@@ -799,6 +820,8 @@ export declare const tempoModerato: {
799
820
  validBefore?: undefined;
800
821
  feePayer?: undefined;
801
822
  multisig?: undefined;
823
+ multisigInit?: undefined;
824
+ multisigSignatureCount?: undefined;
802
825
  } | {
803
826
  data?: `0x${string}` | undefined;
804
827
  from?: `0x${string}` | undefined;
@@ -827,6 +850,8 @@ export declare const tempoModerato: {
827
850
  validBefore?: undefined;
828
851
  feePayer?: undefined;
829
852
  multisig?: undefined;
853
+ multisigInit?: undefined;
854
+ multisigSignatureCount?: undefined;
830
855
  } | {
831
856
  data?: `0x${string}` | undefined;
832
857
  from?: `0x${string}` | undefined;
@@ -855,6 +880,8 @@ export declare const tempoModerato: {
855
880
  validBefore?: undefined;
856
881
  feePayer?: undefined;
857
882
  multisig?: undefined;
883
+ multisigInit?: undefined;
884
+ multisigSignatureCount?: undefined;
858
885
  } | {
859
886
  type?: "0x3" | undefined;
860
887
  data?: `0x${string}` | undefined;
@@ -883,6 +910,8 @@ export declare const tempoModerato: {
883
910
  validBefore?: undefined;
884
911
  feePayer?: undefined;
885
912
  multisig?: undefined;
913
+ multisigInit?: undefined;
914
+ multisigSignatureCount?: undefined;
886
915
  } | {
887
916
  type?: "0x3" | undefined;
888
917
  data?: `0x${string}` | undefined;
@@ -911,6 +940,8 @@ export declare const tempoModerato: {
911
940
  validBefore?: undefined;
912
941
  feePayer?: undefined;
913
942
  multisig?: undefined;
943
+ multisigInit?: undefined;
944
+ multisigSignatureCount?: undefined;
914
945
  } | {
915
946
  type?: "0x4" | undefined;
916
947
  gasPrice?: undefined | undefined;
@@ -939,6 +970,8 @@ export declare const tempoModerato: {
939
970
  validBefore?: undefined;
940
971
  feePayer?: undefined;
941
972
  multisig?: undefined;
973
+ multisigInit?: undefined;
974
+ multisigSignatureCount?: undefined;
942
975
  } | {
943
976
  data?: `0x${string}` | undefined;
944
977
  from?: `0x${string}` | undefined;
@@ -964,6 +997,15 @@ export declare const tempoModerato: {
964
997
  threshold: `0x${string}`;
965
998
  owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
966
999
  } | undefined;
1000
+ multisigInit?: {
1001
+ salt: import("ox/Hex").Hex;
1002
+ threshold: number;
1003
+ owners: readonly {
1004
+ owner: import("abitype").Address;
1005
+ weight: number;
1006
+ }[];
1007
+ } | undefined | undefined;
1008
+ multisigSignatureCount?: number | undefined | undefined;
967
1009
  nonceKey?: `0x${string}` | "expiring" | undefined;
968
1010
  signatures?: readonly `0x${string}`[] | undefined;
969
1011
  validBefore?: `0x${string}` | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"tempoModerato.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoModerato.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBxB,CAAA"}
1
+ {"version":3,"file":"tempoModerato.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoModerato.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBxB,CAAA"}
@@ -32,6 +32,7 @@ import { type GetFilterLogsParameters, type GetFilterLogsReturnType } from '../.
32
32
  import { type GetGasPriceReturnType } from '../../actions/public/getGasPrice.js';
33
33
  import { type GetLogsParameters, type GetLogsReturnType } from '../../actions/public/getLogs.js';
34
34
  import { type GetProofParameters, type GetProofReturnType } from '../../actions/public/getProof.js';
35
+ import { type GetRawTransactionParameters, type GetRawTransactionReturnType } from '../../actions/public/getRawTransaction.js';
35
36
  import { type GetStorageAtParameters, type GetStorageAtReturnType } from '../../actions/public/getStorageAt.js';
36
37
  import { type GetTransactionParameters, type GetTransactionReturnType } from '../../actions/public/getTransaction.js';
37
38
  import { type GetTransactionConfirmationsParameters, type GetTransactionConfirmationsReturnType } from '../../actions/public/getTransactionConfirmations.js';
@@ -924,6 +925,28 @@ export type PublicActions<transport extends Transport = Transport, chain extends
924
925
  * // 10000000n
925
926
  */
926
927
  estimateMaxPriorityFeePerGas: <chainOverride extends Chain | undefined = undefined>(args?: EstimateMaxPriorityFeePerGasParameters<chain, chainOverride> | undefined) => Promise<EstimateMaxPriorityFeePerGasReturnType>;
928
+ /**
929
+ * Returns the raw, serialized [Transaction](https://viem.sh/docs/glossary/terms#transaction) given a hash.
930
+ *
931
+ * - Docs: https://viem.sh/docs/actions/public/getRawTransaction
932
+ * - JSON-RPC Methods: `eth_getRawTransactionByHash`
933
+ *
934
+ * @param args - {@link GetRawTransactionParameters}
935
+ * @returns The raw, serialized transaction. {@link GetRawTransactionReturnType}
936
+ *
937
+ * @example
938
+ * import { createPublicClient, http } from 'viem'
939
+ * import { mainnet } from 'viem/chains'
940
+ *
941
+ * const client = createPublicClient({
942
+ * chain: mainnet,
943
+ * transport: http(),
944
+ * })
945
+ * const rawTransaction = await client.getRawTransaction({
946
+ * hash: '0x4ca7ee652d57678f26e887c149ab0735f41de37bcad58c9f6d3ed5824f15b74d',
947
+ * })
948
+ */
949
+ getRawTransaction: (args: GetRawTransactionParameters) => Promise<GetRawTransactionReturnType>;
927
950
  /**
928
951
  * Returns the value from a storage slot at a given address.
929
952
  *