viem 0.0.0-main.20231005T062044 → 0.0.0-main.20231005T205739
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 +6 -0
- package/_cjs/errors/version.js +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/chains/celo/formatters.d.ts +12 -12
- package/_types/chains/definitions/celo.d.ts +12 -12
- package/_types/chains/definitions/celoAlfajores.d.ts +12 -12
- package/_types/chains/definitions/celoCannoli.d.ts +12 -12
- package/_types/errors/version.d.ts +1 -1
- package/_types/types/transaction.d.ts +1 -1
- package/_types/types/transaction.d.ts.map +1 -1
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/types/transaction.ts +1 -1
package/CHANGELOG.md
CHANGED
package/_cjs/errors/version.js
CHANGED
package/_esm/errors/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20231005T205739';
|
2
2
|
//# sourceMappingURL=version.js.map
|
@@ -311,7 +311,7 @@ export declare const formattersCelo: {
|
|
311
311
|
from: `0x${string}`;
|
312
312
|
gas?: `0x${string}` | undefined;
|
313
313
|
nonce?: `0x${string}` | undefined;
|
314
|
-
to?: `0x${string}` | undefined;
|
314
|
+
to?: `0x${string}` | null | undefined;
|
315
315
|
value?: `0x${string}` | undefined;
|
316
316
|
gasPrice?: `0x${string}` | undefined;
|
317
317
|
maxFeePerGas?: undefined;
|
@@ -326,7 +326,7 @@ export declare const formattersCelo: {
|
|
326
326
|
from: `0x${string}`;
|
327
327
|
gas?: `0x${string}` | undefined;
|
328
328
|
nonce?: `0x${string}` | undefined;
|
329
|
-
to?: `0x${string}` | undefined;
|
329
|
+
to?: `0x${string}` | null | undefined;
|
330
330
|
value?: `0x${string}` | undefined;
|
331
331
|
gasPrice?: `0x${string}` | undefined;
|
332
332
|
maxFeePerGas?: undefined;
|
@@ -341,7 +341,7 @@ export declare const formattersCelo: {
|
|
341
341
|
from: `0x${string}`;
|
342
342
|
gas?: `0x${string}` | undefined;
|
343
343
|
nonce?: `0x${string}` | undefined;
|
344
|
-
to?: `0x${string}` | undefined;
|
344
|
+
to?: `0x${string}` | null | undefined;
|
345
345
|
value?: `0x${string}` | undefined;
|
346
346
|
gasPrice?: undefined;
|
347
347
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -356,7 +356,7 @@ export declare const formattersCelo: {
|
|
356
356
|
from: `0x${string}`;
|
357
357
|
gas?: `0x${string}` | undefined;
|
358
358
|
nonce?: `0x${string}` | undefined;
|
359
|
-
to?: `0x${string}` | undefined;
|
359
|
+
to?: `0x${string}` | null | undefined;
|
360
360
|
value?: `0x${string}` | undefined;
|
361
361
|
gasPrice?: undefined;
|
362
362
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -371,7 +371,7 @@ export declare const formattersCelo: {
|
|
371
371
|
from: `0x${string}`;
|
372
372
|
gas?: `0x${string}` | undefined;
|
373
373
|
nonce?: `0x${string}` | undefined;
|
374
|
-
to?: `0x${string}` | undefined;
|
374
|
+
to?: `0x${string}` | null | undefined;
|
375
375
|
value?: `0x${string}` | undefined;
|
376
376
|
gasPrice?: `0x${string}` | undefined;
|
377
377
|
maxFeePerGas?: undefined;
|
@@ -386,7 +386,7 @@ export declare const formattersCelo: {
|
|
386
386
|
from: `0x${string}`;
|
387
387
|
gas?: `0x${string}` | undefined;
|
388
388
|
nonce?: `0x${string}` | undefined;
|
389
|
-
to?: `0x${string}` | undefined;
|
389
|
+
to?: `0x${string}` | null | undefined;
|
390
390
|
value?: `0x${string}` | undefined;
|
391
391
|
gasPrice?: `0x${string}` | undefined;
|
392
392
|
maxFeePerGas?: undefined;
|
@@ -401,7 +401,7 @@ export declare const formattersCelo: {
|
|
401
401
|
from: `0x${string}`;
|
402
402
|
gas?: `0x${string}` | undefined;
|
403
403
|
nonce?: `0x${string}` | undefined;
|
404
|
-
to?: `0x${string}` | undefined;
|
404
|
+
to?: `0x${string}` | null | undefined;
|
405
405
|
value?: `0x${string}` | undefined;
|
406
406
|
gasPrice?: undefined;
|
407
407
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -416,7 +416,7 @@ export declare const formattersCelo: {
|
|
416
416
|
from: `0x${string}`;
|
417
417
|
gas?: `0x${string}` | undefined;
|
418
418
|
nonce?: `0x${string}` | undefined;
|
419
|
-
to?: `0x${string}` | undefined;
|
419
|
+
to?: `0x${string}` | null | undefined;
|
420
420
|
value?: `0x${string}` | undefined;
|
421
421
|
gasPrice?: undefined;
|
422
422
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -431,7 +431,7 @@ export declare const formattersCelo: {
|
|
431
431
|
from: `0x${string}`;
|
432
432
|
gas?: `0x${string}` | undefined;
|
433
433
|
nonce?: `0x${string}` | undefined;
|
434
|
-
to?: `0x${string}` | undefined;
|
434
|
+
to?: `0x${string}` | null | undefined;
|
435
435
|
value?: `0x${string}` | undefined;
|
436
436
|
gasPrice?: `0x${string}` | undefined;
|
437
437
|
maxFeePerGas?: undefined;
|
@@ -446,7 +446,7 @@ export declare const formattersCelo: {
|
|
446
446
|
from: `0x${string}`;
|
447
447
|
gas?: `0x${string}` | undefined;
|
448
448
|
nonce?: `0x${string}` | undefined;
|
449
|
-
to?: `0x${string}` | undefined;
|
449
|
+
to?: `0x${string}` | null | undefined;
|
450
450
|
value?: `0x${string}` | undefined;
|
451
451
|
gasPrice?: `0x${string}` | undefined;
|
452
452
|
maxFeePerGas?: undefined;
|
@@ -461,7 +461,7 @@ export declare const formattersCelo: {
|
|
461
461
|
from: `0x${string}`;
|
462
462
|
gas?: `0x${string}` | undefined;
|
463
463
|
nonce?: `0x${string}` | undefined;
|
464
|
-
to?: `0x${string}` | undefined;
|
464
|
+
to?: `0x${string}` | null | undefined;
|
465
465
|
value?: `0x${string}` | undefined;
|
466
466
|
gasPrice?: undefined;
|
467
467
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -476,7 +476,7 @@ export declare const formattersCelo: {
|
|
476
476
|
from: `0x${string}`;
|
477
477
|
gas?: `0x${string}` | undefined;
|
478
478
|
nonce?: `0x${string}` | undefined;
|
479
|
-
to?: `0x${string}` | undefined;
|
479
|
+
to?: `0x${string}` | null | undefined;
|
480
480
|
value?: `0x${string}` | undefined;
|
481
481
|
gasPrice?: undefined;
|
482
482
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -346,7 +346,7 @@ export declare const celo: import("../../types/utils.js").Assign<{
|
|
346
346
|
from: `0x${string}`;
|
347
347
|
gas?: `0x${string}` | undefined;
|
348
348
|
nonce?: `0x${string}` | undefined;
|
349
|
-
to?: `0x${string}` | undefined;
|
349
|
+
to?: `0x${string}` | null | undefined;
|
350
350
|
value?: `0x${string}` | undefined;
|
351
351
|
gasPrice?: `0x${string}` | undefined;
|
352
352
|
maxFeePerGas?: undefined;
|
@@ -361,7 +361,7 @@ export declare const celo: import("../../types/utils.js").Assign<{
|
|
361
361
|
from: `0x${string}`;
|
362
362
|
gas?: `0x${string}` | undefined;
|
363
363
|
nonce?: `0x${string}` | undefined;
|
364
|
-
to?: `0x${string}` | undefined;
|
364
|
+
to?: `0x${string}` | null | undefined;
|
365
365
|
value?: `0x${string}` | undefined;
|
366
366
|
gasPrice?: `0x${string}` | undefined;
|
367
367
|
maxFeePerGas?: undefined;
|
@@ -376,7 +376,7 @@ export declare const celo: import("../../types/utils.js").Assign<{
|
|
376
376
|
from: `0x${string}`;
|
377
377
|
gas?: `0x${string}` | undefined;
|
378
378
|
nonce?: `0x${string}` | undefined;
|
379
|
-
to?: `0x${string}` | undefined;
|
379
|
+
to?: `0x${string}` | null | undefined;
|
380
380
|
value?: `0x${string}` | undefined;
|
381
381
|
gasPrice?: undefined;
|
382
382
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -391,7 +391,7 @@ export declare const celo: import("../../types/utils.js").Assign<{
|
|
391
391
|
from: `0x${string}`;
|
392
392
|
gas?: `0x${string}` | undefined;
|
393
393
|
nonce?: `0x${string}` | undefined;
|
394
|
-
to?: `0x${string}` | undefined;
|
394
|
+
to?: `0x${string}` | null | undefined;
|
395
395
|
value?: `0x${string}` | undefined;
|
396
396
|
gasPrice?: undefined;
|
397
397
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -406,7 +406,7 @@ export declare const celo: import("../../types/utils.js").Assign<{
|
|
406
406
|
from: `0x${string}`;
|
407
407
|
gas?: `0x${string}` | undefined;
|
408
408
|
nonce?: `0x${string}` | undefined;
|
409
|
-
to?: `0x${string}` | undefined;
|
409
|
+
to?: `0x${string}` | null | undefined;
|
410
410
|
value?: `0x${string}` | undefined;
|
411
411
|
gasPrice?: `0x${string}` | undefined;
|
412
412
|
maxFeePerGas?: undefined;
|
@@ -421,7 +421,7 @@ export declare const celo: import("../../types/utils.js").Assign<{
|
|
421
421
|
from: `0x${string}`;
|
422
422
|
gas?: `0x${string}` | undefined;
|
423
423
|
nonce?: `0x${string}` | undefined;
|
424
|
-
to?: `0x${string}` | undefined;
|
424
|
+
to?: `0x${string}` | null | undefined;
|
425
425
|
value?: `0x${string}` | undefined;
|
426
426
|
gasPrice?: `0x${string}` | undefined;
|
427
427
|
maxFeePerGas?: undefined;
|
@@ -436,7 +436,7 @@ export declare const celo: import("../../types/utils.js").Assign<{
|
|
436
436
|
from: `0x${string}`;
|
437
437
|
gas?: `0x${string}` | undefined;
|
438
438
|
nonce?: `0x${string}` | undefined;
|
439
|
-
to?: `0x${string}` | undefined;
|
439
|
+
to?: `0x${string}` | null | undefined;
|
440
440
|
value?: `0x${string}` | undefined;
|
441
441
|
gasPrice?: undefined;
|
442
442
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -451,7 +451,7 @@ export declare const celo: import("../../types/utils.js").Assign<{
|
|
451
451
|
from: `0x${string}`;
|
452
452
|
gas?: `0x${string}` | undefined;
|
453
453
|
nonce?: `0x${string}` | undefined;
|
454
|
-
to?: `0x${string}` | undefined;
|
454
|
+
to?: `0x${string}` | null | undefined;
|
455
455
|
value?: `0x${string}` | undefined;
|
456
456
|
gasPrice?: undefined;
|
457
457
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -466,7 +466,7 @@ export declare const celo: import("../../types/utils.js").Assign<{
|
|
466
466
|
from: `0x${string}`;
|
467
467
|
gas?: `0x${string}` | undefined;
|
468
468
|
nonce?: `0x${string}` | undefined;
|
469
|
-
to?: `0x${string}` | undefined;
|
469
|
+
to?: `0x${string}` | null | undefined;
|
470
470
|
value?: `0x${string}` | undefined;
|
471
471
|
gasPrice?: `0x${string}` | undefined;
|
472
472
|
maxFeePerGas?: undefined;
|
@@ -481,7 +481,7 @@ export declare const celo: import("../../types/utils.js").Assign<{
|
|
481
481
|
from: `0x${string}`;
|
482
482
|
gas?: `0x${string}` | undefined;
|
483
483
|
nonce?: `0x${string}` | undefined;
|
484
|
-
to?: `0x${string}` | undefined;
|
484
|
+
to?: `0x${string}` | null | undefined;
|
485
485
|
value?: `0x${string}` | undefined;
|
486
486
|
gasPrice?: `0x${string}` | undefined;
|
487
487
|
maxFeePerGas?: undefined;
|
@@ -496,7 +496,7 @@ export declare const celo: import("../../types/utils.js").Assign<{
|
|
496
496
|
from: `0x${string}`;
|
497
497
|
gas?: `0x${string}` | undefined;
|
498
498
|
nonce?: `0x${string}` | undefined;
|
499
|
-
to?: `0x${string}` | undefined;
|
499
|
+
to?: `0x${string}` | null | undefined;
|
500
500
|
value?: `0x${string}` | undefined;
|
501
501
|
gasPrice?: undefined;
|
502
502
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -511,7 +511,7 @@ export declare const celo: import("../../types/utils.js").Assign<{
|
|
511
511
|
from: `0x${string}`;
|
512
512
|
gas?: `0x${string}` | undefined;
|
513
513
|
nonce?: `0x${string}` | undefined;
|
514
|
-
to?: `0x${string}` | undefined;
|
514
|
+
to?: `0x${string}` | null | undefined;
|
515
515
|
value?: `0x${string}` | undefined;
|
516
516
|
gasPrice?: undefined;
|
517
517
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -346,7 +346,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
|
|
346
346
|
from: `0x${string}`;
|
347
347
|
gas?: `0x${string}` | undefined;
|
348
348
|
nonce?: `0x${string}` | undefined;
|
349
|
-
to?: `0x${string}` | undefined;
|
349
|
+
to?: `0x${string}` | null | undefined;
|
350
350
|
value?: `0x${string}` | undefined;
|
351
351
|
gasPrice?: `0x${string}` | undefined;
|
352
352
|
maxFeePerGas?: undefined;
|
@@ -361,7 +361,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
|
|
361
361
|
from: `0x${string}`;
|
362
362
|
gas?: `0x${string}` | undefined;
|
363
363
|
nonce?: `0x${string}` | undefined;
|
364
|
-
to?: `0x${string}` | undefined;
|
364
|
+
to?: `0x${string}` | null | undefined;
|
365
365
|
value?: `0x${string}` | undefined;
|
366
366
|
gasPrice?: `0x${string}` | undefined;
|
367
367
|
maxFeePerGas?: undefined;
|
@@ -376,7 +376,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
|
|
376
376
|
from: `0x${string}`;
|
377
377
|
gas?: `0x${string}` | undefined;
|
378
378
|
nonce?: `0x${string}` | undefined;
|
379
|
-
to?: `0x${string}` | undefined;
|
379
|
+
to?: `0x${string}` | null | undefined;
|
380
380
|
value?: `0x${string}` | undefined;
|
381
381
|
gasPrice?: undefined;
|
382
382
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -391,7 +391,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
|
|
391
391
|
from: `0x${string}`;
|
392
392
|
gas?: `0x${string}` | undefined;
|
393
393
|
nonce?: `0x${string}` | undefined;
|
394
|
-
to?: `0x${string}` | undefined;
|
394
|
+
to?: `0x${string}` | null | undefined;
|
395
395
|
value?: `0x${string}` | undefined;
|
396
396
|
gasPrice?: undefined;
|
397
397
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -406,7 +406,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
|
|
406
406
|
from: `0x${string}`;
|
407
407
|
gas?: `0x${string}` | undefined;
|
408
408
|
nonce?: `0x${string}` | undefined;
|
409
|
-
to?: `0x${string}` | undefined;
|
409
|
+
to?: `0x${string}` | null | undefined;
|
410
410
|
value?: `0x${string}` | undefined;
|
411
411
|
gasPrice?: `0x${string}` | undefined;
|
412
412
|
maxFeePerGas?: undefined;
|
@@ -421,7 +421,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
|
|
421
421
|
from: `0x${string}`;
|
422
422
|
gas?: `0x${string}` | undefined;
|
423
423
|
nonce?: `0x${string}` | undefined;
|
424
|
-
to?: `0x${string}` | undefined;
|
424
|
+
to?: `0x${string}` | null | undefined;
|
425
425
|
value?: `0x${string}` | undefined;
|
426
426
|
gasPrice?: `0x${string}` | undefined;
|
427
427
|
maxFeePerGas?: undefined;
|
@@ -436,7 +436,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
|
|
436
436
|
from: `0x${string}`;
|
437
437
|
gas?: `0x${string}` | undefined;
|
438
438
|
nonce?: `0x${string}` | undefined;
|
439
|
-
to?: `0x${string}` | undefined;
|
439
|
+
to?: `0x${string}` | null | undefined;
|
440
440
|
value?: `0x${string}` | undefined;
|
441
441
|
gasPrice?: undefined;
|
442
442
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -451,7 +451,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
|
|
451
451
|
from: `0x${string}`;
|
452
452
|
gas?: `0x${string}` | undefined;
|
453
453
|
nonce?: `0x${string}` | undefined;
|
454
|
-
to?: `0x${string}` | undefined;
|
454
|
+
to?: `0x${string}` | null | undefined;
|
455
455
|
value?: `0x${string}` | undefined;
|
456
456
|
gasPrice?: undefined;
|
457
457
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -466,7 +466,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
|
|
466
466
|
from: `0x${string}`;
|
467
467
|
gas?: `0x${string}` | undefined;
|
468
468
|
nonce?: `0x${string}` | undefined;
|
469
|
-
to?: `0x${string}` | undefined;
|
469
|
+
to?: `0x${string}` | null | undefined;
|
470
470
|
value?: `0x${string}` | undefined;
|
471
471
|
gasPrice?: `0x${string}` | undefined;
|
472
472
|
maxFeePerGas?: undefined;
|
@@ -481,7 +481,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
|
|
481
481
|
from: `0x${string}`;
|
482
482
|
gas?: `0x${string}` | undefined;
|
483
483
|
nonce?: `0x${string}` | undefined;
|
484
|
-
to?: `0x${string}` | undefined;
|
484
|
+
to?: `0x${string}` | null | undefined;
|
485
485
|
value?: `0x${string}` | undefined;
|
486
486
|
gasPrice?: `0x${string}` | undefined;
|
487
487
|
maxFeePerGas?: undefined;
|
@@ -496,7 +496,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
|
|
496
496
|
from: `0x${string}`;
|
497
497
|
gas?: `0x${string}` | undefined;
|
498
498
|
nonce?: `0x${string}` | undefined;
|
499
|
-
to?: `0x${string}` | undefined;
|
499
|
+
to?: `0x${string}` | null | undefined;
|
500
500
|
value?: `0x${string}` | undefined;
|
501
501
|
gasPrice?: undefined;
|
502
502
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -511,7 +511,7 @@ export declare const celoAlfajores: import("../../types/utils.js").Assign<{
|
|
511
511
|
from: `0x${string}`;
|
512
512
|
gas?: `0x${string}` | undefined;
|
513
513
|
nonce?: `0x${string}` | undefined;
|
514
|
-
to?: `0x${string}` | undefined;
|
514
|
+
to?: `0x${string}` | null | undefined;
|
515
515
|
value?: `0x${string}` | undefined;
|
516
516
|
gasPrice?: undefined;
|
517
517
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -339,7 +339,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
|
|
339
339
|
from: `0x${string}`;
|
340
340
|
gas?: `0x${string}` | undefined;
|
341
341
|
nonce?: `0x${string}` | undefined;
|
342
|
-
to?: `0x${string}` | undefined;
|
342
|
+
to?: `0x${string}` | null | undefined;
|
343
343
|
value?: `0x${string}` | undefined;
|
344
344
|
gasPrice?: `0x${string}` | undefined;
|
345
345
|
maxFeePerGas?: undefined;
|
@@ -354,7 +354,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
|
|
354
354
|
from: `0x${string}`;
|
355
355
|
gas?: `0x${string}` | undefined;
|
356
356
|
nonce?: `0x${string}` | undefined;
|
357
|
-
to?: `0x${string}` | undefined;
|
357
|
+
to?: `0x${string}` | null | undefined;
|
358
358
|
value?: `0x${string}` | undefined;
|
359
359
|
gasPrice?: `0x${string}` | undefined;
|
360
360
|
maxFeePerGas?: undefined;
|
@@ -369,7 +369,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
|
|
369
369
|
from: `0x${string}`;
|
370
370
|
gas?: `0x${string}` | undefined;
|
371
371
|
nonce?: `0x${string}` | undefined;
|
372
|
-
to?: `0x${string}` | undefined;
|
372
|
+
to?: `0x${string}` | null | undefined;
|
373
373
|
value?: `0x${string}` | undefined;
|
374
374
|
gasPrice?: undefined;
|
375
375
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -384,7 +384,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
|
|
384
384
|
from: `0x${string}`;
|
385
385
|
gas?: `0x${string}` | undefined;
|
386
386
|
nonce?: `0x${string}` | undefined;
|
387
|
-
to?: `0x${string}` | undefined;
|
387
|
+
to?: `0x${string}` | null | undefined;
|
388
388
|
value?: `0x${string}` | undefined;
|
389
389
|
gasPrice?: undefined;
|
390
390
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -399,7 +399,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
|
|
399
399
|
from: `0x${string}`;
|
400
400
|
gas?: `0x${string}` | undefined;
|
401
401
|
nonce?: `0x${string}` | undefined;
|
402
|
-
to?: `0x${string}` | undefined;
|
402
|
+
to?: `0x${string}` | null | undefined;
|
403
403
|
value?: `0x${string}` | undefined;
|
404
404
|
gasPrice?: `0x${string}` | undefined;
|
405
405
|
maxFeePerGas?: undefined;
|
@@ -414,7 +414,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
|
|
414
414
|
from: `0x${string}`;
|
415
415
|
gas?: `0x${string}` | undefined;
|
416
416
|
nonce?: `0x${string}` | undefined;
|
417
|
-
to?: `0x${string}` | undefined;
|
417
|
+
to?: `0x${string}` | null | undefined;
|
418
418
|
value?: `0x${string}` | undefined;
|
419
419
|
gasPrice?: `0x${string}` | undefined;
|
420
420
|
maxFeePerGas?: undefined;
|
@@ -429,7 +429,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
|
|
429
429
|
from: `0x${string}`;
|
430
430
|
gas?: `0x${string}` | undefined;
|
431
431
|
nonce?: `0x${string}` | undefined;
|
432
|
-
to?: `0x${string}` | undefined;
|
432
|
+
to?: `0x${string}` | null | undefined;
|
433
433
|
value?: `0x${string}` | undefined;
|
434
434
|
gasPrice?: undefined;
|
435
435
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -444,7 +444,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
|
|
444
444
|
from: `0x${string}`;
|
445
445
|
gas?: `0x${string}` | undefined;
|
446
446
|
nonce?: `0x${string}` | undefined;
|
447
|
-
to?: `0x${string}` | undefined;
|
447
|
+
to?: `0x${string}` | null | undefined;
|
448
448
|
value?: `0x${string}` | undefined;
|
449
449
|
gasPrice?: undefined;
|
450
450
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -459,7 +459,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
|
|
459
459
|
from: `0x${string}`;
|
460
460
|
gas?: `0x${string}` | undefined;
|
461
461
|
nonce?: `0x${string}` | undefined;
|
462
|
-
to?: `0x${string}` | undefined;
|
462
|
+
to?: `0x${string}` | null | undefined;
|
463
463
|
value?: `0x${string}` | undefined;
|
464
464
|
gasPrice?: `0x${string}` | undefined;
|
465
465
|
maxFeePerGas?: undefined;
|
@@ -474,7 +474,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
|
|
474
474
|
from: `0x${string}`;
|
475
475
|
gas?: `0x${string}` | undefined;
|
476
476
|
nonce?: `0x${string}` | undefined;
|
477
|
-
to?: `0x${string}` | undefined;
|
477
|
+
to?: `0x${string}` | null | undefined;
|
478
478
|
value?: `0x${string}` | undefined;
|
479
479
|
gasPrice?: `0x${string}` | undefined;
|
480
480
|
maxFeePerGas?: undefined;
|
@@ -489,7 +489,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
|
|
489
489
|
from: `0x${string}`;
|
490
490
|
gas?: `0x${string}` | undefined;
|
491
491
|
nonce?: `0x${string}` | undefined;
|
492
|
-
to?: `0x${string}` | undefined;
|
492
|
+
to?: `0x${string}` | null | undefined;
|
493
493
|
value?: `0x${string}` | undefined;
|
494
494
|
gasPrice?: undefined;
|
495
495
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -504,7 +504,7 @@ export declare const celoCannoli: import("../../types/utils.js").Assign<{
|
|
504
504
|
from: `0x${string}`;
|
505
505
|
gas?: `0x${string}` | undefined;
|
506
506
|
nonce?: `0x${string}` | undefined;
|
507
|
-
to?: `0x${string}` | undefined;
|
507
|
+
to?: `0x${string}` | null | undefined;
|
508
508
|
value?: `0x${string}` | undefined;
|
509
509
|
gasPrice?: undefined;
|
510
510
|
maxFeePerGas?: `0x${string}` | undefined;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "0.0.0-main.
|
1
|
+
export declare const version = "0.0.0-main.20231005T205739";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
@@ -95,7 +95,7 @@ export type TransactionRequestBase<TQuantity = bigint, TIndex = number> = {
|
|
95
95
|
/** Unique number identifying this transaction */
|
96
96
|
nonce?: TIndex;
|
97
97
|
/** Transaction recipient */
|
98
|
-
to?: Address;
|
98
|
+
to?: Address | null;
|
99
99
|
/** Value in wei sent with this transaction */
|
100
100
|
value?: TQuantity;
|
101
101
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"transaction.d.ts","sourceRoot":"","sources":["../../types/transaction.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"transaction.d.ts","sourceRoot":"","sources":["../../types/transaction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAEtC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAA;AAEzE,OAAO,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AACjE,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,UAAU,CAAA;AACnC,OAAO,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,WAAW,CAAA;AACrD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAEzC,MAAM,MAAM,UAAU,GAAG;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,WAAW,EAAE,GAAG,EAAE,CAAA;CAAE,EAAE,CAAA;AAEnE,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC,OAAO,eAAe,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAA;AAE7E,MAAM,MAAM,kBAAkB,CAC5B,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,EACf,OAAO,GAAG,SAAS,GAAG,UAAU,EAChC,KAAK,GAAG,eAAe,IACrB;IACF,gDAAgD;IAChD,SAAS,EAAE,IAAI,CAAA;IACf,kDAAkD;IAClD,WAAW,EAAE,SAAS,CAAA;IACtB,mEAAmE;IACnE,eAAe,EAAE,OAAO,GAAG,IAAI,CAAA;IAC/B,oEAAoE;IACpE,iBAAiB,EAAE,SAAS,CAAA;IAC5B,kIAAkI;IAClI,iBAAiB,EAAE,SAAS,CAAA;IAC5B,yBAAyB;IACzB,IAAI,EAAE,OAAO,CAAA;IACb,mCAAmC;IACnC,OAAO,EAAE,SAAS,CAAA;IAClB,wDAAwD;IACxD,IAAI,EAAE,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC,EAAE,CAAA;IAC9B,wBAAwB;IACxB,SAAS,EAAE,GAAG,CAAA;IACd,8EAA8E;IAC9E,MAAM,EAAE,OAAO,CAAA;IACf,8DAA8D;IAC9D,EAAE,EAAE,OAAO,GAAG,IAAI,CAAA;IAClB,+BAA+B;IAC/B,eAAe,EAAE,IAAI,CAAA;IACrB,6CAA6C;IAC7C,gBAAgB,EAAE,MAAM,CAAA;IACxB,uBAAuB;IACvB,IAAI,EAAE,KAAK,CAAA;CACZ,CAAA;AAED,MAAM,MAAM,eAAe,CACzB,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,EACf,QAAQ,SAAS,OAAO,GAAG,OAAO,IAChC;IACF,qEAAqE;IACrE,SAAS,EAAE,QAAQ,SAAS,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAC9C,uEAAuE;IACvE,WAAW,EAAE,QAAQ,SAAS,IAAI,GAAG,IAAI,GAAG,SAAS,CAAA;IACrD,yBAAyB;IACzB,IAAI,EAAE,OAAO,CAAA;IACb,6CAA6C;IAC7C,GAAG,EAAE,SAAS,CAAA;IACd,+BAA+B;IAC/B,IAAI,EAAE,IAAI,CAAA;IACV,4CAA4C;IAC5C,KAAK,EAAE,GAAG,CAAA;IACV,iDAAiD;IACjD,KAAK,EAAE,MAAM,CAAA;IACb,wBAAwB;IACxB,CAAC,EAAE,GAAG,CAAA;IACN,wBAAwB;IACxB,CAAC,EAAE,GAAG,CAAA;IACN,8DAA8D;IAC9D,EAAE,EAAE,OAAO,GAAG,IAAI,CAAA;IAClB,kEAAkE;IAClE,gBAAgB,EAAE,QAAQ,SAAS,IAAI,GAAG,IAAI,GAAG,MAAM,CAAA;IACvD,mCAAmC;IACnC,OAAO,EAAE,GAAG,GAAG,IAAI,CAAA;IACnB,wBAAwB;IACxB,CAAC,EAAE,SAAS,CAAA;IACZ,8CAA8C;IAC9C,KAAK,EAAE,SAAS,CAAA;CACjB,CAAA;AACD,MAAM,MAAM,iBAAiB,CAC3B,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,EACf,QAAQ,SAAS,OAAO,GAAG,OAAO,EAClC,KAAK,GAAG,QAAQ,IACd,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC,GAC9C,eAAe,CAAC,SAAS,CAAC,GAAG;IAC3B,UAAU,CAAC,EAAE,KAAK,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,KAAK,CAAA;CACZ,CAAA;AACH,MAAM,MAAM,kBAAkB,CAC5B,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,EACf,QAAQ,SAAS,OAAO,GAAG,OAAO,EAClC,KAAK,GAAG,SAAS,IACf,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC,GAC9C,eAAe,CAAC,SAAS,CAAC,GAAG;IAC3B,UAAU,EAAE,UAAU,CAAA;IACtB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,KAAK,CAAA;CACZ,CAAA;AACH,MAAM,MAAM,kBAAkB,CAC5B,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,EACf,QAAQ,SAAS,OAAO,GAAG,OAAO,EAClC,KAAK,GAAG,SAAS,IACf,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC,GAC9C,gBAAgB,CAAC,SAAS,CAAC,GAAG;IAC5B,UAAU,EAAE,UAAU,CAAA;IACtB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,KAAK,CAAA;CACZ,CAAA;AACH,MAAM,MAAM,WAAW,CACrB,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,EACf,QAAQ,SAAS,OAAO,GAAG,OAAO,IAEhC,iBAAiB,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC,GAC9C,kBAAkB,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC,GAC/C,kBAAkB,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAA;AAEnD,MAAM,MAAM,sBAAsB,CAAC,SAAS,GAAG,MAAM,EAAE,MAAM,GAAG,MAAM,IAAI;IACxE,8DAA8D;IAC9D,IAAI,CAAC,EAAE,GAAG,CAAA;IACV,yBAAyB;IACzB,IAAI,EAAE,OAAO,CAAA;IACb,6CAA6C;IAC7C,GAAG,CAAC,EAAE,SAAS,CAAA;IACf,iDAAiD;IACjD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,4BAA4B;IAC5B,EAAE,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IACnB,8CAA8C;IAC9C,KAAK,CAAC,EAAE,SAAS,CAAA;CAClB,CAAA;AACD,MAAM,MAAM,wBAAwB,CAClC,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,EACf,gBAAgB,GAAG,QAAQ,IACzB,sBAAsB,CAAC,SAAS,EAAE,MAAM,CAAC,GAC3C,OAAO,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC,GAAG;IACpC,UAAU,CAAC,EAAE,KAAK,CAAA;IAClB,IAAI,CAAC,EAAE,gBAAgB,CAAA;CACxB,CAAA;AACH,MAAM,MAAM,yBAAyB,CACnC,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,EACf,gBAAgB,GAAG,SAAS,IAC1B,sBAAsB,CAAC,SAAS,EAAE,MAAM,CAAC,GAC3C,OAAO,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC,GAAG;IACpC,UAAU,CAAC,EAAE,UAAU,CAAA;IACvB,IAAI,CAAC,EAAE,gBAAgB,CAAA;CACxB,CAAA;AACH,MAAM,MAAM,yBAAyB,CACnC,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,EACf,gBAAgB,GAAG,SAAS,IAC1B,sBAAsB,CAAC,SAAS,EAAE,MAAM,CAAC,GAC3C,OAAO,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,GAAG;IACrC,UAAU,CAAC,EAAE,UAAU,CAAA;IACvB,IAAI,CAAC,EAAE,gBAAgB,CAAA;CACxB,CAAA;AACH,MAAM,MAAM,kBAAkB,CAAC,SAAS,GAAG,MAAM,EAAE,MAAM,GAAG,MAAM,IAC9D,wBAAwB,CAAC,SAAS,EAAE,MAAM,CAAC,GAC3C,yBAAyB,CAAC,SAAS,EAAE,MAAM,CAAC,GAC5C,yBAAyB,CAAC,SAAS,EAAE,MAAM,CAAC,CAAA;AAEhD,MAAM,MAAM,4BAA4B,GAAG,OAAO,MAAM,EAAE,CAAA;AAC1D,MAAM,MAAM,4BAA4B,GAAG,OAAO,MAAM,EAAE,CAAA;AAC1D,MAAM,MAAM,2BAA2B,GAAG,GAAG,CAAA;AAC7C,MAAM,MAAM,4BAA4B,GAAG,GAAG,CAAA;AAC9C,MAAM,MAAM,qBAAqB,CAAC,KAAK,SAAS,eAAe,GAAG,QAAQ,IACxE,KAAK,SAAS,SAAS,GACnB,4BAA4B,GAC5B,KAAK,SAAS,SAAS,GACvB,4BAA4B,GAC5B,KAAK,SAAS,QAAQ,GACtB,2BAA2B,GAC3B,4BAA4B,CAAA;AAElC,MAAM,MAAM,2BAA2B,CACrC,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,IACb,IAAI,CAAC,sBAAsB,CAAC,SAAS,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC,CAAA;AAChF,MAAM,MAAM,6BAA6B,CACvC,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,IACb,2BAA2B,CAAC,SAAS,EAAE,MAAM,CAAC,GAChD,OAAO,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC,GAAG;IACpC,UAAU,CAAC,EAAE,KAAK,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,QAAQ,CAAA;CAChB,CAAA;AACH,MAAM,MAAM,8BAA8B,CACxC,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,IACb,2BAA2B,CAAC,SAAS,EAAE,MAAM,CAAC,GAChD,OAAO,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC,GAAG;IACpC,UAAU,CAAC,EAAE,UAAU,CAAA;IACvB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAA;AACH,MAAM,MAAM,8BAA8B,CACxC,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,IACb,2BAA2B,CAAC,SAAS,EAAE,MAAM,CAAC,GAChD,OAAO,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,GAAG;IACrC,UAAU,CAAC,EAAE,UAAU,CAAA;IACvB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAA;AACH,MAAM,MAAM,8BAA8B,CACxC,SAAS,GAAG,MAAM,EAClB,MAAM,GAAG,MAAM,IACb,2BAA2B,CAAC,SAAS,EAAE,MAAM,CAAC,GAAG;IACnD,UAAU,CAAC,EAAE,UAAU,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,YAAY,CAAC,EAAE,SAAS,CAAA;IACxB,oBAAoB,CAAC,EAAE,SAAS,CAAA;IAChC,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AAED,MAAM,MAAM,uBAAuB,CAAC,SAAS,GAAG,MAAM,EAAE,MAAM,GAAG,MAAM,IACnE,6BAA6B,CAAC,SAAS,EAAE,MAAM,CAAC,GAChD,8BAA8B,CAAC,SAAS,EAAE,MAAM,CAAC,GACjD,8BAA8B,CAAC,SAAS,EAAE,MAAM,CAAC,GACjD,8BAA8B,CAAC,SAAS,EAAE,MAAM,CAAC,CAAA"}
|
package/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20231005T205739'
|
package/package.json
CHANGED
package/types/transaction.ts
CHANGED
@@ -133,7 +133,7 @@ export type TransactionRequestBase<TQuantity = bigint, TIndex = number> = {
|
|
133
133
|
/** Unique number identifying this transaction */
|
134
134
|
nonce?: TIndex
|
135
135
|
/** Transaction recipient */
|
136
|
-
to?: Address
|
136
|
+
to?: Address | null
|
137
137
|
/** Value in wei sent with this transaction */
|
138
138
|
value?: TQuantity
|
139
139
|
}
|