@helium/blockchain-api 0.3.5 → 0.3.7

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/dist/index.d.ts CHANGED
@@ -361,6 +361,13 @@ declare const TransferOutputSchema: z.ZodObject<{
361
361
  parallel: z.ZodBoolean;
362
362
  tag: z.ZodOptional<z.ZodString>;
363
363
  }, z.core.$strip>;
364
+ estimatedSolFee: z.ZodObject<{
365
+ amount: z.ZodString;
366
+ decimals: z.ZodNumber;
367
+ uiAmount: z.ZodNullable<z.ZodNumber>;
368
+ uiAmountString: z.ZodString;
369
+ mint: z.ZodString;
370
+ }, z.core.$strip>;
364
371
  }, z.core.$strip>;
365
372
  declare const CreateHntAccountOutputSchema: z.ZodObject<{
366
373
  transactionData: z.ZodObject<{
@@ -374,6 +381,13 @@ declare const CreateHntAccountOutputSchema: z.ZodObject<{
374
381
  parallel: z.ZodBoolean;
375
382
  tag: z.ZodOptional<z.ZodString>;
376
383
  }, z.core.$strip>;
384
+ estimatedSolFee: z.ZodObject<{
385
+ amount: z.ZodString;
386
+ decimals: z.ZodNumber;
387
+ uiAmount: z.ZodNullable<z.ZodNumber>;
388
+ uiAmountString: z.ZodString;
389
+ mint: z.ZodString;
390
+ }, z.core.$strip>;
377
391
  }, z.core.$strip>;
378
392
  type GetBalancesInput = z.infer<typeof GetBalancesInputSchema>;
379
393
  type TransferInput = z.infer<typeof TransferInputSchema>;
@@ -621,6 +635,13 @@ declare const ClaimRewardsOutputSchema: z.ZodObject<{
621
635
  parallel: z.ZodBoolean;
622
636
  tag: z.ZodOptional<z.ZodString>;
623
637
  }, z.core.$strip>;
638
+ estimatedSolFee: z.ZodObject<{
639
+ amount: z.ZodString;
640
+ decimals: z.ZodNumber;
641
+ uiAmount: z.ZodNullable<z.ZodNumber>;
642
+ uiAmountString: z.ZodString;
643
+ mint: z.ZodString;
644
+ }, z.core.$strip>;
624
645
  }, z.core.$strip>;
625
646
  declare const TransferHotspotOutputSchema: z.ZodObject<{
626
647
  transactionData: z.ZodObject<{
@@ -634,6 +655,13 @@ declare const TransferHotspotOutputSchema: z.ZodObject<{
634
655
  parallel: z.ZodBoolean;
635
656
  tag: z.ZodOptional<z.ZodString>;
636
657
  }, z.core.$strip>;
658
+ estimatedSolFee: z.ZodObject<{
659
+ amount: z.ZodString;
660
+ decimals: z.ZodNumber;
661
+ uiAmount: z.ZodNullable<z.ZodNumber>;
662
+ uiAmountString: z.ZodString;
663
+ mint: z.ZodString;
664
+ }, z.core.$strip>;
637
665
  }, z.core.$strip>;
638
666
  declare const UpdateRewardsDestinationOutputSchema: z.ZodObject<{
639
667
  transactionData: z.ZodObject<{
@@ -647,6 +675,13 @@ declare const UpdateRewardsDestinationOutputSchema: z.ZodObject<{
647
675
  parallel: z.ZodBoolean;
648
676
  tag: z.ZodOptional<z.ZodString>;
649
677
  }, z.core.$strip>;
678
+ estimatedSolFee: z.ZodObject<{
679
+ amount: z.ZodString;
680
+ decimals: z.ZodNumber;
681
+ uiAmount: z.ZodNullable<z.ZodNumber>;
682
+ uiAmountString: z.ZodString;
683
+ mint: z.ZodString;
684
+ }, z.core.$strip>;
650
685
  }, z.core.$strip>;
651
686
  declare const SplitShareSchema: z.ZodObject<{
652
687
  wallet: z.ZodString;
@@ -689,6 +724,13 @@ declare const CreateSplitOutputSchema: z.ZodObject<{
689
724
  parallel: z.ZodBoolean;
690
725
  tag: z.ZodOptional<z.ZodString>;
691
726
  }, z.core.$strip>;
727
+ estimatedSolFee: z.ZodObject<{
728
+ amount: z.ZodString;
729
+ decimals: z.ZodNumber;
730
+ uiAmount: z.ZodNullable<z.ZodNumber>;
731
+ uiAmountString: z.ZodString;
732
+ mint: z.ZodString;
733
+ }, z.core.$strip>;
692
734
  }, z.core.$strip>;
693
735
  declare const DeleteSplitOutputSchema: z.ZodObject<{
694
736
  transactionData: z.ZodObject<{
@@ -702,6 +744,13 @@ declare const DeleteSplitOutputSchema: z.ZodObject<{
702
744
  parallel: z.ZodBoolean;
703
745
  tag: z.ZodOptional<z.ZodString>;
704
746
  }, z.core.$strip>;
747
+ estimatedSolFee: z.ZodObject<{
748
+ amount: z.ZodString;
749
+ decimals: z.ZodNumber;
750
+ uiAmount: z.ZodNullable<z.ZodNumber>;
751
+ uiAmountString: z.ZodString;
752
+ mint: z.ZodString;
753
+ }, z.core.$strip>;
705
754
  }, z.core.$strip>;
706
755
  declare const AutomationStatusOutputSchema: z.ZodObject<{
707
756
  hasExistingAutomation: z.ZodBoolean;
@@ -744,6 +793,13 @@ declare const SetupAutomationOutputSchema: z.ZodObject<{
744
793
  parallel: z.ZodBoolean;
745
794
  tag: z.ZodOptional<z.ZodString>;
746
795
  }, z.core.$strip>;
796
+ estimatedSolFee: z.ZodObject<{
797
+ amount: z.ZodString;
798
+ decimals: z.ZodNumber;
799
+ uiAmount: z.ZodNullable<z.ZodNumber>;
800
+ uiAmountString: z.ZodString;
801
+ mint: z.ZodString;
802
+ }, z.core.$strip>;
747
803
  }, z.core.$strip>;
748
804
  declare const FundAutomationOutputSchema: z.ZodObject<{
749
805
  transactionData: z.ZodObject<{
@@ -757,6 +813,13 @@ declare const FundAutomationOutputSchema: z.ZodObject<{
757
813
  parallel: z.ZodBoolean;
758
814
  tag: z.ZodOptional<z.ZodString>;
759
815
  }, z.core.$strip>;
816
+ estimatedSolFee: z.ZodObject<{
817
+ amount: z.ZodString;
818
+ decimals: z.ZodNumber;
819
+ uiAmount: z.ZodNullable<z.ZodNumber>;
820
+ uiAmountString: z.ZodString;
821
+ mint: z.ZodString;
822
+ }, z.core.$strip>;
760
823
  }, z.core.$strip>;
761
824
  declare const CloseAutomationOutputSchema: z.ZodObject<{
762
825
  transactionData: z.ZodObject<{
@@ -770,6 +833,13 @@ declare const CloseAutomationOutputSchema: z.ZodObject<{
770
833
  parallel: z.ZodBoolean;
771
834
  tag: z.ZodOptional<z.ZodString>;
772
835
  }, z.core.$strip>;
836
+ estimatedSolFee: z.ZodObject<{
837
+ amount: z.ZodString;
838
+ decimals: z.ZodNumber;
839
+ uiAmount: z.ZodNullable<z.ZodNumber>;
840
+ uiAmountString: z.ZodString;
841
+ mint: z.ZodString;
842
+ }, z.core.$strip>;
773
843
  }, z.core.$strip>;
774
844
  declare const FundingEstimateOutputSchema: z.ZodObject<{
775
845
  rentFee: z.ZodNumber;
@@ -828,6 +898,13 @@ declare const UpdateHotspotInfoOutputSchema: z.ZodObject<{
828
898
  parallel: z.ZodBoolean;
829
899
  tag: z.ZodOptional<z.ZodString>;
830
900
  }, z.core.$strip>;
901
+ estimatedSolFee: z.ZodObject<{
902
+ amount: z.ZodString;
903
+ decimals: z.ZodNumber;
904
+ uiAmount: z.ZodNullable<z.ZodNumber>;
905
+ uiAmountString: z.ZodString;
906
+ mint: z.ZodString;
907
+ }, z.core.$strip>;
831
908
  appliedTo: z.ZodObject<{
832
909
  iot: z.ZodBoolean;
833
910
  mobile: z.ZodBoolean;
@@ -962,6 +1039,38 @@ declare const CreateRewardContractTransactionInputSchema: z.ZodObject<{
962
1039
  }, z.core.$strip>], "type">>;
963
1040
  rewardSchedule: z.ZodString;
964
1041
  }, z.core.$strip>;
1042
+ declare const EstimateCostToCreateRewardContractResponseSchema: z.ZodObject<{
1043
+ total: z.ZodObject<{
1044
+ amount: z.ZodString;
1045
+ decimals: z.ZodNumber;
1046
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1047
+ uiAmountString: z.ZodString;
1048
+ mint: z.ZodString;
1049
+ }, z.core.$strip>;
1050
+ lineItems: z.ZodObject<{
1051
+ transactionFees: z.ZodObject<{
1052
+ amount: z.ZodString;
1053
+ decimals: z.ZodNumber;
1054
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1055
+ uiAmountString: z.ZodString;
1056
+ mint: z.ZodString;
1057
+ }, z.core.$strip>;
1058
+ rentFee: z.ZodObject<{
1059
+ amount: z.ZodString;
1060
+ decimals: z.ZodNumber;
1061
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1062
+ uiAmountString: z.ZodString;
1063
+ mint: z.ZodString;
1064
+ }, z.core.$strip>;
1065
+ recipientGift: z.ZodObject<{
1066
+ amount: z.ZodString;
1067
+ decimals: z.ZodNumber;
1068
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1069
+ uiAmountString: z.ZodString;
1070
+ mint: z.ZodString;
1071
+ }, z.core.$strip>;
1072
+ }, z.core.$strip>;
1073
+ }, z.core.$strip>;
965
1074
  declare const CreateRewardContractTransactionResponseSchema: z.ZodObject<{
966
1075
  unsignedTransactionData: z.ZodObject<{
967
1076
  transactions: z.ZodArray<z.ZodObject<{
@@ -974,6 +1083,13 @@ declare const CreateRewardContractTransactionResponseSchema: z.ZodObject<{
974
1083
  parallel: z.ZodBoolean;
975
1084
  tag: z.ZodOptional<z.ZodString>;
976
1085
  }, z.core.$strip>;
1086
+ estimatedSolFee: z.ZodObject<{
1087
+ amount: z.ZodString;
1088
+ decimals: z.ZodNumber;
1089
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1090
+ uiAmountString: z.ZodString;
1091
+ mint: z.ZodString;
1092
+ }, z.core.$strip>;
977
1093
  }, z.core.$strip>;
978
1094
  declare const DeleteRewardContractTransactionResponseSchema: z.ZodObject<{
979
1095
  unsignedTransactionData: z.ZodObject<{
@@ -987,6 +1103,13 @@ declare const DeleteRewardContractTransactionResponseSchema: z.ZodObject<{
987
1103
  parallel: z.ZodBoolean;
988
1104
  tag: z.ZodOptional<z.ZodString>;
989
1105
  }, z.core.$strip>;
1106
+ estimatedSolFee: z.ZodObject<{
1107
+ amount: z.ZodString;
1108
+ decimals: z.ZodNumber;
1109
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1110
+ uiAmountString: z.ZodString;
1111
+ mint: z.ZodString;
1112
+ }, z.core.$strip>;
990
1113
  }, z.core.$strip>;
991
1114
  declare const CreateInviteResponseSchema: z.ZodObject<{
992
1115
  unsignedMessage: z.ZodString;
@@ -1008,6 +1131,13 @@ declare const ClaimInviteResponseSchema: z.ZodObject<{
1008
1131
  parallel: z.ZodBoolean;
1009
1132
  tag: z.ZodOptional<z.ZodString>;
1010
1133
  }, z.core.$strip>;
1134
+ estimatedSolFee: z.ZodObject<{
1135
+ amount: z.ZodString;
1136
+ decimals: z.ZodNumber;
1137
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1138
+ uiAmountString: z.ZodString;
1139
+ mint: z.ZodString;
1140
+ }, z.core.$strip>;
1011
1141
  }, z.core.$strip>;
1012
1142
 
1013
1143
  declare const GetTokensInputSchema: z.ZodObject<{
@@ -1219,6 +1349,85 @@ type ResubmitOutput = z.infer<typeof ResubmitOutputSchema>;
1219
1349
  type PayerBatchesOutput = z.infer<typeof PayerBatchesOutputSchema>;
1220
1350
  type TransactionStatus = z.infer<typeof TransactionStatusSchema>;
1221
1351
  type PayerBatchSummary = z.infer<typeof PayerBatchSummarySchema>;
1352
+ declare const EstimateInputSchema: z.ZodObject<{
1353
+ transactions: z.ZodArray<z.ZodObject<{
1354
+ serializedTransaction: z.ZodString;
1355
+ metadata: z.ZodOptional<z.ZodObject<{
1356
+ type: z.ZodString;
1357
+ description: z.ZodString;
1358
+ }, z.core.$catchall<z.ZodUnknown>>>;
1359
+ }, z.core.$strip>>;
1360
+ parallel: z.ZodBoolean;
1361
+ tag: z.ZodOptional<z.ZodString>;
1362
+ simulationCommitment: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1363
+ confirmed: "confirmed";
1364
+ finalized: "finalized";
1365
+ }>>>;
1366
+ }, z.core.$strip>;
1367
+ declare const EstimateOutputSchema: z.ZodObject<{
1368
+ totalSol: z.ZodObject<{
1369
+ amount: z.ZodString;
1370
+ decimals: z.ZodNumber;
1371
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1372
+ uiAmountString: z.ZodString;
1373
+ mint: z.ZodString;
1374
+ }, z.core.$strip>;
1375
+ breakdown: z.ZodObject<{
1376
+ transactionFees: z.ZodObject<{
1377
+ amount: z.ZodString;
1378
+ decimals: z.ZodNumber;
1379
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1380
+ uiAmountString: z.ZodString;
1381
+ mint: z.ZodString;
1382
+ }, z.core.$strip>;
1383
+ rent: z.ZodObject<{
1384
+ amount: z.ZodString;
1385
+ decimals: z.ZodNumber;
1386
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1387
+ uiAmountString: z.ZodString;
1388
+ mint: z.ZodString;
1389
+ }, z.core.$strip>;
1390
+ tokenTransfers: z.ZodArray<z.ZodObject<{
1391
+ amount: z.ZodString;
1392
+ decimals: z.ZodNumber;
1393
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1394
+ uiAmountString: z.ZodString;
1395
+ mint: z.ZodString;
1396
+ }, z.core.$strip>>;
1397
+ }, z.core.$strip>;
1398
+ transactions: z.ZodArray<z.ZodObject<{
1399
+ index: z.ZodNumber;
1400
+ computeUnits: z.ZodNumber;
1401
+ success: z.ZodBoolean;
1402
+ error: z.ZodOptional<z.ZodString>;
1403
+ logs: z.ZodOptional<z.ZodArray<z.ZodString>>;
1404
+ costs: z.ZodObject<{
1405
+ transactionFees: z.ZodObject<{
1406
+ amount: z.ZodString;
1407
+ decimals: z.ZodNumber;
1408
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1409
+ uiAmountString: z.ZodString;
1410
+ mint: z.ZodString;
1411
+ }, z.core.$strip>;
1412
+ rent: z.ZodObject<{
1413
+ amount: z.ZodString;
1414
+ decimals: z.ZodNumber;
1415
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1416
+ uiAmountString: z.ZodString;
1417
+ mint: z.ZodString;
1418
+ }, z.core.$strip>;
1419
+ tokenTransfers: z.ZodArray<z.ZodObject<{
1420
+ amount: z.ZodString;
1421
+ decimals: z.ZodNumber;
1422
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1423
+ uiAmountString: z.ZodString;
1424
+ mint: z.ZodString;
1425
+ }, z.core.$strip>>;
1426
+ }, z.core.$strip>;
1427
+ }, z.core.$strip>>;
1428
+ }, z.core.$strip>;
1429
+ type EstimateInput = z.infer<typeof EstimateInputSchema>;
1430
+ type EstimateOutput = z.infer<typeof EstimateOutputSchema>;
1222
1431
 
1223
1432
  declare const WelcomePackListInputSchema: z.ZodObject<{
1224
1433
  walletAddress: z.ZodString;
@@ -1456,6 +1665,13 @@ declare const WelcomePackCreateOutputSchema: z.ZodObject<{
1456
1665
  parallel: z.ZodBoolean;
1457
1666
  tag: z.ZodOptional<z.ZodString>;
1458
1667
  }, z.core.$strip>;
1668
+ estimatedSolFee: z.ZodObject<{
1669
+ amount: z.ZodString;
1670
+ decimals: z.ZodNumber;
1671
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1672
+ uiAmountString: z.ZodString;
1673
+ mint: z.ZodString;
1674
+ }, z.core.$strip>;
1459
1675
  }, z.core.$strip>;
1460
1676
  declare const WelcomePackDeleteOutputSchema: z.ZodObject<{
1461
1677
  transactionData: z.ZodObject<{
@@ -1469,6 +1685,13 @@ declare const WelcomePackDeleteOutputSchema: z.ZodObject<{
1469
1685
  parallel: z.ZodBoolean;
1470
1686
  tag: z.ZodOptional<z.ZodString>;
1471
1687
  }, z.core.$strip>;
1688
+ estimatedSolFee: z.ZodObject<{
1689
+ amount: z.ZodString;
1690
+ decimals: z.ZodNumber;
1691
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1692
+ uiAmountString: z.ZodString;
1693
+ mint: z.ZodString;
1694
+ }, z.core.$strip>;
1472
1695
  }, z.core.$strip>;
1473
1696
  declare const WelcomePackClaimOutputSchema: z.ZodObject<{
1474
1697
  transactionData: z.ZodObject<{
@@ -1482,6 +1705,13 @@ declare const WelcomePackClaimOutputSchema: z.ZodObject<{
1482
1705
  parallel: z.ZodBoolean;
1483
1706
  tag: z.ZodOptional<z.ZodString>;
1484
1707
  }, z.core.$strip>;
1708
+ estimatedSolFee: z.ZodObject<{
1709
+ amount: z.ZodString;
1710
+ decimals: z.ZodNumber;
1711
+ uiAmount: z.ZodNullable<z.ZodNumber>;
1712
+ uiAmountString: z.ZodString;
1713
+ mint: z.ZodString;
1714
+ }, z.core.$strip>;
1485
1715
  }, z.core.$strip>;
1486
1716
  declare const WelcomePackInviteOutputSchema: z.ZodObject<{
1487
1717
  message: z.ZodString;
@@ -1626,6 +1856,13 @@ declare const apiContract: {
1626
1856
  parallel: zod.ZodBoolean;
1627
1857
  tag: zod.ZodOptional<zod.ZodString>;
1628
1858
  }, zod_v4_core.$strip>;
1859
+ estimatedSolFee: zod.ZodObject<{
1860
+ amount: zod.ZodString;
1861
+ decimals: zod.ZodNumber;
1862
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
1863
+ uiAmountString: zod.ZodString;
1864
+ mint: zod.ZodString;
1865
+ }, zod_v4_core.$strip>;
1629
1866
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1630
1867
  BAD_REQUEST: {
1631
1868
  readonly status: 400;
@@ -1657,6 +1894,13 @@ declare const apiContract: {
1657
1894
  parallel: zod.ZodBoolean;
1658
1895
  tag: zod.ZodOptional<zod.ZodString>;
1659
1896
  }, zod_v4_core.$strip>;
1897
+ estimatedSolFee: zod.ZodObject<{
1898
+ amount: zod.ZodString;
1899
+ decimals: zod.ZodNumber;
1900
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
1901
+ uiAmountString: zod.ZodString;
1902
+ mint: zod.ZodString;
1903
+ }, zod_v4_core.$strip>;
1660
1904
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1661
1905
  INVALID_WALLET_ADDRESS: {
1662
1906
  status: number;
@@ -1734,6 +1978,13 @@ declare const apiContract: {
1734
1978
  parallel: zod.ZodBoolean;
1735
1979
  tag: zod.ZodOptional<zod.ZodString>;
1736
1980
  }, zod_v4_core.$strip>;
1981
+ estimatedSolFee: zod.ZodObject<{
1982
+ amount: zod.ZodString;
1983
+ decimals: zod.ZodNumber;
1984
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
1985
+ uiAmountString: zod.ZodString;
1986
+ mint: zod.ZodString;
1987
+ }, zod_v4_core.$strip>;
1737
1988
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1738
1989
  INSUFFICIENT_FUNDS: {
1739
1990
  readonly status: 400;
@@ -1822,6 +2073,13 @@ declare const apiContract: {
1822
2073
  parallel: zod.ZodBoolean;
1823
2074
  tag: zod.ZodOptional<zod.ZodString>;
1824
2075
  }, zod_v4_core.$strip>;
2076
+ estimatedSolFee: zod.ZodObject<{
2077
+ amount: zod.ZodString;
2078
+ decimals: zod.ZodNumber;
2079
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2080
+ uiAmountString: zod.ZodString;
2081
+ mint: zod.ZodString;
2082
+ }, zod_v4_core.$strip>;
1825
2083
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1826
2084
  UNAUTHORIZED: {
1827
2085
  readonly status: 403;
@@ -1865,6 +2123,13 @@ declare const apiContract: {
1865
2123
  parallel: zod.ZodBoolean;
1866
2124
  tag: zod.ZodOptional<zod.ZodString>;
1867
2125
  }, zod_v4_core.$strip>;
2126
+ estimatedSolFee: zod.ZodObject<{
2127
+ amount: zod.ZodString;
2128
+ decimals: zod.ZodNumber;
2129
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2130
+ uiAmountString: zod.ZodString;
2131
+ mint: zod.ZodString;
2132
+ }, zod_v4_core.$strip>;
1868
2133
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1869
2134
  BAD_REQUEST: {
1870
2135
  message: string;
@@ -1951,6 +2216,13 @@ declare const apiContract: {
1951
2216
  parallel: zod.ZodBoolean;
1952
2217
  tag: zod.ZodOptional<zod.ZodString>;
1953
2218
  }, zod_v4_core.$strip>;
2219
+ estimatedSolFee: zod.ZodObject<{
2220
+ amount: zod.ZodString;
2221
+ decimals: zod.ZodNumber;
2222
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2223
+ uiAmountString: zod.ZodString;
2224
+ mint: zod.ZodString;
2225
+ }, zod_v4_core.$strip>;
1954
2226
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1955
2227
  NOT_FOUND: {
1956
2228
  readonly status: 404;
@@ -1984,6 +2256,13 @@ declare const apiContract: {
1984
2256
  parallel: zod.ZodBoolean;
1985
2257
  tag: zod.ZodOptional<zod.ZodString>;
1986
2258
  }, zod_v4_core.$strip>;
2259
+ estimatedSolFee: zod.ZodObject<{
2260
+ amount: zod.ZodString;
2261
+ decimals: zod.ZodNumber;
2262
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2263
+ uiAmountString: zod.ZodString;
2264
+ mint: zod.ZodString;
2265
+ }, zod_v4_core.$strip>;
1987
2266
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1988
2267
  NOT_FOUND: {
1989
2268
  readonly status: 404;
@@ -2012,6 +2291,13 @@ declare const apiContract: {
2012
2291
  parallel: zod.ZodBoolean;
2013
2292
  tag: zod.ZodOptional<zod.ZodString>;
2014
2293
  }, zod_v4_core.$strip>;
2294
+ estimatedSolFee: zod.ZodObject<{
2295
+ amount: zod.ZodString;
2296
+ decimals: zod.ZodNumber;
2297
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2298
+ uiAmountString: zod.ZodString;
2299
+ mint: zod.ZodString;
2300
+ }, zod_v4_core.$strip>;
2015
2301
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2016
2302
  NOT_FOUND: {
2017
2303
  readonly status: 404;
@@ -2083,6 +2369,13 @@ declare const apiContract: {
2083
2369
  parallel: zod.ZodBoolean;
2084
2370
  tag: zod.ZodOptional<zod.ZodString>;
2085
2371
  }, zod_v4_core.$strip>;
2372
+ estimatedSolFee: zod.ZodObject<{
2373
+ amount: zod.ZodString;
2374
+ decimals: zod.ZodNumber;
2375
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2376
+ uiAmountString: zod.ZodString;
2377
+ mint: zod.ZodString;
2378
+ }, zod_v4_core.$strip>;
2086
2379
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2087
2380
  NOT_FOUND: {
2088
2381
  readonly status: 404;
@@ -2112,6 +2405,13 @@ declare const apiContract: {
2112
2405
  parallel: zod.ZodBoolean;
2113
2406
  tag: zod.ZodOptional<zod.ZodString>;
2114
2407
  }, zod_v4_core.$strip>;
2408
+ estimatedSolFee: zod.ZodObject<{
2409
+ amount: zod.ZodString;
2410
+ decimals: zod.ZodNumber;
2411
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2412
+ uiAmountString: zod.ZodString;
2413
+ mint: zod.ZodString;
2414
+ }, zod_v4_core.$strip>;
2115
2415
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2116
2416
  NOT_FOUND: {
2117
2417
  readonly status: 404;
@@ -2185,6 +2485,13 @@ declare const apiContract: {
2185
2485
  parallel: zod.ZodBoolean;
2186
2486
  tag: zod.ZodOptional<zod.ZodString>;
2187
2487
  }, zod_v4_core.$strip>;
2488
+ estimatedSolFee: zod.ZodObject<{
2489
+ amount: zod.ZodString;
2490
+ decimals: zod.ZodNumber;
2491
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2492
+ uiAmountString: zod.ZodString;
2493
+ mint: zod.ZodString;
2494
+ }, zod_v4_core.$strip>;
2188
2495
  appliedTo: zod.ZodObject<{
2189
2496
  iot: zod.ZodBoolean;
2190
2497
  mobile: zod.ZodBoolean;
@@ -2290,6 +2597,84 @@ declare const apiContract: {
2290
2597
  }, zod_v4_core.$strip>>;
2291
2598
  };
2292
2599
  }>>>, Record<never, never>>;
2600
+ estimateCreationCost: _orpc_contract.ContractProcedure<zod.ZodObject<{
2601
+ delegateWalletAddress: zod.ZodString;
2602
+ recipients: zod.ZodArray<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
2603
+ type: zod.ZodLiteral<"PRESET">;
2604
+ walletAddress: zod.ZodString;
2605
+ receives: zod.ZodDiscriminatedUnion<[zod.ZodObject<{
2606
+ type: zod.ZodLiteral<"FIXED">;
2607
+ tokenAmount: zod.ZodObject<{
2608
+ amount: zod.ZodString;
2609
+ mint: zod.ZodString;
2610
+ }, zod_v4_core.$strip>;
2611
+ }, zod_v4_core.$strip>, zod.ZodObject<{
2612
+ type: zod.ZodLiteral<"SHARES">;
2613
+ shares: zod.ZodNumber;
2614
+ }, zod_v4_core.$strip>], "type">;
2615
+ }, zod_v4_core.$strip>, zod.ZodObject<{
2616
+ type: zod.ZodLiteral<"CLAIMABLE">;
2617
+ giftedCurrency: zod.ZodObject<{
2618
+ amount: zod.ZodString;
2619
+ mint: zod.ZodString;
2620
+ }, zod_v4_core.$strip>;
2621
+ receives: zod.ZodDiscriminatedUnion<[zod.ZodObject<{
2622
+ type: zod.ZodLiteral<"FIXED">;
2623
+ tokenAmount: zod.ZodObject<{
2624
+ amount: zod.ZodString;
2625
+ mint: zod.ZodString;
2626
+ }, zod_v4_core.$strip>;
2627
+ }, zod_v4_core.$strip>, zod.ZodObject<{
2628
+ type: zod.ZodLiteral<"SHARES">;
2629
+ shares: zod.ZodNumber;
2630
+ }, zod_v4_core.$strip>], "type">;
2631
+ }, zod_v4_core.$strip>], "type">>;
2632
+ rewardSchedule: zod.ZodString;
2633
+ entityPubKey: zod.ZodString;
2634
+ }, zod_v4_core.$strip>, zod.ZodObject<{
2635
+ total: zod.ZodObject<{
2636
+ amount: zod.ZodString;
2637
+ decimals: zod.ZodNumber;
2638
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2639
+ uiAmountString: zod.ZodString;
2640
+ mint: zod.ZodString;
2641
+ }, zod_v4_core.$strip>;
2642
+ lineItems: zod.ZodObject<{
2643
+ transactionFees: zod.ZodObject<{
2644
+ amount: zod.ZodString;
2645
+ decimals: zod.ZodNumber;
2646
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2647
+ uiAmountString: zod.ZodString;
2648
+ mint: zod.ZodString;
2649
+ }, zod_v4_core.$strip>;
2650
+ rentFee: zod.ZodObject<{
2651
+ amount: zod.ZodString;
2652
+ decimals: zod.ZodNumber;
2653
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2654
+ uiAmountString: zod.ZodString;
2655
+ mint: zod.ZodString;
2656
+ }, zod_v4_core.$strip>;
2657
+ recipientGift: zod.ZodObject<{
2658
+ amount: zod.ZodString;
2659
+ decimals: zod.ZodNumber;
2660
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2661
+ uiAmountString: zod.ZodString;
2662
+ mint: zod.ZodString;
2663
+ }, zod_v4_core.$strip>;
2664
+ }, zod_v4_core.$strip>;
2665
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2666
+ BAD_REQUEST: {
2667
+ readonly status: 400;
2668
+ readonly message: "Invalid input data provided.";
2669
+ readonly data: zod.ZodOptional<zod.ZodObject<{
2670
+ fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2671
+ }, zod_v4_core.$strip>>;
2672
+ };
2673
+ NOT_FOUND: {
2674
+ readonly status: 404;
2675
+ readonly message: "The requested resource was not found.";
2676
+ };
2677
+ }>>>, Record<never, never>>;
2293
2678
  create: _orpc_contract.ContractProcedure<zod.ZodObject<{
2294
2679
  delegateWalletAddress: zod.ZodString;
2295
2680
  recipients: zod.ZodArray<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
@@ -2337,6 +2722,13 @@ declare const apiContract: {
2337
2722
  parallel: zod.ZodBoolean;
2338
2723
  tag: zod.ZodOptional<zod.ZodString>;
2339
2724
  }, zod_v4_core.$strip>;
2725
+ estimatedSolFee: zod.ZodObject<{
2726
+ amount: zod.ZodString;
2727
+ decimals: zod.ZodNumber;
2728
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2729
+ uiAmountString: zod.ZodString;
2730
+ mint: zod.ZodString;
2731
+ }, zod_v4_core.$strip>;
2340
2732
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2341
2733
  BAD_REQUEST: {
2342
2734
  readonly status: 400;
@@ -2381,6 +2773,13 @@ declare const apiContract: {
2381
2773
  parallel: zod.ZodBoolean;
2382
2774
  tag: zod.ZodOptional<zod.ZodString>;
2383
2775
  }, zod_v4_core.$strip>;
2776
+ estimatedSolFee: zod.ZodObject<{
2777
+ amount: zod.ZodString;
2778
+ decimals: zod.ZodNumber;
2779
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2780
+ uiAmountString: zod.ZodString;
2781
+ mint: zod.ZodString;
2782
+ }, zod_v4_core.$strip>;
2384
2783
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2385
2784
  BAD_REQUEST: {
2386
2785
  readonly status: 400;
@@ -2447,6 +2846,13 @@ declare const apiContract: {
2447
2846
  parallel: zod.ZodBoolean;
2448
2847
  tag: zod.ZodOptional<zod.ZodString>;
2449
2848
  }, zod_v4_core.$strip>;
2849
+ estimatedSolFee: zod.ZodObject<{
2850
+ amount: zod.ZodString;
2851
+ decimals: zod.ZodNumber;
2852
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
2853
+ uiAmountString: zod.ZodString;
2854
+ mint: zod.ZodString;
2855
+ }, zod_v4_core.$strip>;
2450
2856
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2451
2857
  NOT_FOUND: {
2452
2858
  readonly status: 404;
@@ -2728,6 +3134,98 @@ declare const apiContract: {
2728
3134
  }, zod_v4_core.$strip>>;
2729
3135
  };
2730
3136
  }>>>, Record<never, never>>;
3137
+ estimate: _orpc_contract.ContractProcedure<zod.ZodObject<{
3138
+ transactions: zod.ZodArray<zod.ZodObject<{
3139
+ serializedTransaction: zod.ZodString;
3140
+ metadata: zod.ZodOptional<zod.ZodObject<{
3141
+ type: zod.ZodString;
3142
+ description: zod.ZodString;
3143
+ }, zod_v4_core.$catchall<zod.ZodUnknown>>>;
3144
+ }, zod_v4_core.$strip>>;
3145
+ parallel: zod.ZodBoolean;
3146
+ tag: zod.ZodOptional<zod.ZodString>;
3147
+ simulationCommitment: zod.ZodDefault<zod.ZodOptional<zod.ZodEnum<{
3148
+ confirmed: "confirmed";
3149
+ finalized: "finalized";
3150
+ }>>>;
3151
+ }, zod_v4_core.$strip>, zod.ZodObject<{
3152
+ totalSol: zod.ZodObject<{
3153
+ amount: zod.ZodString;
3154
+ decimals: zod.ZodNumber;
3155
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
3156
+ uiAmountString: zod.ZodString;
3157
+ mint: zod.ZodString;
3158
+ }, zod_v4_core.$strip>;
3159
+ breakdown: zod.ZodObject<{
3160
+ transactionFees: zod.ZodObject<{
3161
+ amount: zod.ZodString;
3162
+ decimals: zod.ZodNumber;
3163
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
3164
+ uiAmountString: zod.ZodString;
3165
+ mint: zod.ZodString;
3166
+ }, zod_v4_core.$strip>;
3167
+ rent: zod.ZodObject<{
3168
+ amount: zod.ZodString;
3169
+ decimals: zod.ZodNumber;
3170
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
3171
+ uiAmountString: zod.ZodString;
3172
+ mint: zod.ZodString;
3173
+ }, zod_v4_core.$strip>;
3174
+ tokenTransfers: zod.ZodArray<zod.ZodObject<{
3175
+ amount: zod.ZodString;
3176
+ decimals: zod.ZodNumber;
3177
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
3178
+ uiAmountString: zod.ZodString;
3179
+ mint: zod.ZodString;
3180
+ }, zod_v4_core.$strip>>;
3181
+ }, zod_v4_core.$strip>;
3182
+ transactions: zod.ZodArray<zod.ZodObject<{
3183
+ index: zod.ZodNumber;
3184
+ computeUnits: zod.ZodNumber;
3185
+ success: zod.ZodBoolean;
3186
+ error: zod.ZodOptional<zod.ZodString>;
3187
+ logs: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3188
+ costs: zod.ZodObject<{
3189
+ transactionFees: zod.ZodObject<{
3190
+ amount: zod.ZodString;
3191
+ decimals: zod.ZodNumber;
3192
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
3193
+ uiAmountString: zod.ZodString;
3194
+ mint: zod.ZodString;
3195
+ }, zod_v4_core.$strip>;
3196
+ rent: zod.ZodObject<{
3197
+ amount: zod.ZodString;
3198
+ decimals: zod.ZodNumber;
3199
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
3200
+ uiAmountString: zod.ZodString;
3201
+ mint: zod.ZodString;
3202
+ }, zod_v4_core.$strip>;
3203
+ tokenTransfers: zod.ZodArray<zod.ZodObject<{
3204
+ amount: zod.ZodString;
3205
+ decimals: zod.ZodNumber;
3206
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
3207
+ uiAmountString: zod.ZodString;
3208
+ mint: zod.ZodString;
3209
+ }, zod_v4_core.$strip>>;
3210
+ }, zod_v4_core.$strip>;
3211
+ }, zod_v4_core.$strip>>;
3212
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
3213
+ BAD_REQUEST: {
3214
+ readonly status: 400;
3215
+ readonly message: "Invalid input data provided.";
3216
+ readonly data: zod.ZodOptional<zod.ZodObject<{
3217
+ fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3218
+ }, zod_v4_core.$strip>>;
3219
+ };
3220
+ SIMULATION_FAILED: {
3221
+ readonly status: 400;
3222
+ readonly message: "Transaction simulation failed.";
3223
+ readonly data: zod.ZodObject<{
3224
+ logs: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3225
+ link: zod.ZodOptional<zod.ZodString>;
3226
+ }, zod_v4_core.$strip>;
3227
+ };
3228
+ }>>>, Record<never, never>>;
2731
3229
  };
2732
3230
  welcomePacks: {
2733
3231
  list: _orpc_contract.ContractProcedure<zod.ZodObject<{
@@ -2892,6 +3390,13 @@ declare const apiContract: {
2892
3390
  parallel: zod.ZodBoolean;
2893
3391
  tag: zod.ZodOptional<zod.ZodString>;
2894
3392
  }, zod_v4_core.$strip>;
3393
+ estimatedSolFee: zod.ZodObject<{
3394
+ amount: zod.ZodString;
3395
+ decimals: zod.ZodNumber;
3396
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
3397
+ uiAmountString: zod.ZodString;
3398
+ mint: zod.ZodString;
3399
+ }, zod_v4_core.$strip>;
2895
3400
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2896
3401
  BAD_REQUEST: {
2897
3402
  readonly status: 400;
@@ -2995,6 +3500,13 @@ declare const apiContract: {
2995
3500
  parallel: zod.ZodBoolean;
2996
3501
  tag: zod.ZodOptional<zod.ZodString>;
2997
3502
  }, zod_v4_core.$strip>;
3503
+ estimatedSolFee: zod.ZodObject<{
3504
+ amount: zod.ZodString;
3505
+ decimals: zod.ZodNumber;
3506
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
3507
+ uiAmountString: zod.ZodString;
3508
+ mint: zod.ZodString;
3509
+ }, zod_v4_core.$strip>;
2998
3510
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2999
3511
  BAD_REQUEST: {
3000
3512
  readonly status: 400;
@@ -3095,6 +3607,13 @@ declare const apiContract: {
3095
3607
  parallel: zod.ZodBoolean;
3096
3608
  tag: zod.ZodOptional<zod.ZodString>;
3097
3609
  }, zod_v4_core.$strip>;
3610
+ estimatedSolFee: zod.ZodObject<{
3611
+ amount: zod.ZodString;
3612
+ decimals: zod.ZodNumber;
3613
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
3614
+ uiAmountString: zod.ZodString;
3615
+ mint: zod.ZodString;
3616
+ }, zod_v4_core.$strip>;
3098
3617
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
3099
3618
  BAD_REQUEST: {
3100
3619
  readonly status: 400;
@@ -3506,6 +4025,13 @@ declare const fullApiContract: {
3506
4025
  parallel: zod.ZodBoolean;
3507
4026
  tag: zod.ZodOptional<zod.ZodString>;
3508
4027
  }, zod_v4_core.$strip>;
4028
+ estimatedSolFee: zod.ZodObject<{
4029
+ amount: zod.ZodString;
4030
+ decimals: zod.ZodNumber;
4031
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4032
+ uiAmountString: zod.ZodString;
4033
+ mint: zod.ZodString;
4034
+ }, zod_v4_core.$strip>;
3509
4035
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
3510
4036
  BAD_REQUEST: {
3511
4037
  readonly status: 400;
@@ -3537,6 +4063,13 @@ declare const fullApiContract: {
3537
4063
  parallel: zod.ZodBoolean;
3538
4064
  tag: zod.ZodOptional<zod.ZodString>;
3539
4065
  }, zod_v4_core.$strip>;
4066
+ estimatedSolFee: zod.ZodObject<{
4067
+ amount: zod.ZodString;
4068
+ decimals: zod.ZodNumber;
4069
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4070
+ uiAmountString: zod.ZodString;
4071
+ mint: zod.ZodString;
4072
+ }, zod_v4_core.$strip>;
3540
4073
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
3541
4074
  INVALID_WALLET_ADDRESS: {
3542
4075
  status: number;
@@ -3614,6 +4147,13 @@ declare const fullApiContract: {
3614
4147
  parallel: zod.ZodBoolean;
3615
4148
  tag: zod.ZodOptional<zod.ZodString>;
3616
4149
  }, zod_v4_core.$strip>;
4150
+ estimatedSolFee: zod.ZodObject<{
4151
+ amount: zod.ZodString;
4152
+ decimals: zod.ZodNumber;
4153
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4154
+ uiAmountString: zod.ZodString;
4155
+ mint: zod.ZodString;
4156
+ }, zod_v4_core.$strip>;
3617
4157
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
3618
4158
  INSUFFICIENT_FUNDS: {
3619
4159
  readonly status: 400;
@@ -3702,6 +4242,13 @@ declare const fullApiContract: {
3702
4242
  parallel: zod.ZodBoolean;
3703
4243
  tag: zod.ZodOptional<zod.ZodString>;
3704
4244
  }, zod_v4_core.$strip>;
4245
+ estimatedSolFee: zod.ZodObject<{
4246
+ amount: zod.ZodString;
4247
+ decimals: zod.ZodNumber;
4248
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4249
+ uiAmountString: zod.ZodString;
4250
+ mint: zod.ZodString;
4251
+ }, zod_v4_core.$strip>;
3705
4252
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
3706
4253
  UNAUTHORIZED: {
3707
4254
  readonly status: 403;
@@ -3745,6 +4292,13 @@ declare const fullApiContract: {
3745
4292
  parallel: zod.ZodBoolean;
3746
4293
  tag: zod.ZodOptional<zod.ZodString>;
3747
4294
  }, zod_v4_core.$strip>;
4295
+ estimatedSolFee: zod.ZodObject<{
4296
+ amount: zod.ZodString;
4297
+ decimals: zod.ZodNumber;
4298
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4299
+ uiAmountString: zod.ZodString;
4300
+ mint: zod.ZodString;
4301
+ }, zod_v4_core.$strip>;
3748
4302
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
3749
4303
  BAD_REQUEST: {
3750
4304
  message: string;
@@ -3831,6 +4385,13 @@ declare const fullApiContract: {
3831
4385
  parallel: zod.ZodBoolean;
3832
4386
  tag: zod.ZodOptional<zod.ZodString>;
3833
4387
  }, zod_v4_core.$strip>;
4388
+ estimatedSolFee: zod.ZodObject<{
4389
+ amount: zod.ZodString;
4390
+ decimals: zod.ZodNumber;
4391
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4392
+ uiAmountString: zod.ZodString;
4393
+ mint: zod.ZodString;
4394
+ }, zod_v4_core.$strip>;
3834
4395
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
3835
4396
  NOT_FOUND: {
3836
4397
  readonly status: 404;
@@ -3864,6 +4425,13 @@ declare const fullApiContract: {
3864
4425
  parallel: zod.ZodBoolean;
3865
4426
  tag: zod.ZodOptional<zod.ZodString>;
3866
4427
  }, zod_v4_core.$strip>;
4428
+ estimatedSolFee: zod.ZodObject<{
4429
+ amount: zod.ZodString;
4430
+ decimals: zod.ZodNumber;
4431
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4432
+ uiAmountString: zod.ZodString;
4433
+ mint: zod.ZodString;
4434
+ }, zod_v4_core.$strip>;
3867
4435
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
3868
4436
  NOT_FOUND: {
3869
4437
  readonly status: 404;
@@ -3892,6 +4460,13 @@ declare const fullApiContract: {
3892
4460
  parallel: zod.ZodBoolean;
3893
4461
  tag: zod.ZodOptional<zod.ZodString>;
3894
4462
  }, zod_v4_core.$strip>;
4463
+ estimatedSolFee: zod.ZodObject<{
4464
+ amount: zod.ZodString;
4465
+ decimals: zod.ZodNumber;
4466
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4467
+ uiAmountString: zod.ZodString;
4468
+ mint: zod.ZodString;
4469
+ }, zod_v4_core.$strip>;
3895
4470
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
3896
4471
  NOT_FOUND: {
3897
4472
  readonly status: 404;
@@ -3963,6 +4538,13 @@ declare const fullApiContract: {
3963
4538
  parallel: zod.ZodBoolean;
3964
4539
  tag: zod.ZodOptional<zod.ZodString>;
3965
4540
  }, zod_v4_core.$strip>;
4541
+ estimatedSolFee: zod.ZodObject<{
4542
+ amount: zod.ZodString;
4543
+ decimals: zod.ZodNumber;
4544
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4545
+ uiAmountString: zod.ZodString;
4546
+ mint: zod.ZodString;
4547
+ }, zod_v4_core.$strip>;
3966
4548
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
3967
4549
  NOT_FOUND: {
3968
4550
  readonly status: 404;
@@ -3992,6 +4574,13 @@ declare const fullApiContract: {
3992
4574
  parallel: zod.ZodBoolean;
3993
4575
  tag: zod.ZodOptional<zod.ZodString>;
3994
4576
  }, zod_v4_core.$strip>;
4577
+ estimatedSolFee: zod.ZodObject<{
4578
+ amount: zod.ZodString;
4579
+ decimals: zod.ZodNumber;
4580
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4581
+ uiAmountString: zod.ZodString;
4582
+ mint: zod.ZodString;
4583
+ }, zod_v4_core.$strip>;
3995
4584
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
3996
4585
  NOT_FOUND: {
3997
4586
  readonly status: 404;
@@ -4065,6 +4654,13 @@ declare const fullApiContract: {
4065
4654
  parallel: zod.ZodBoolean;
4066
4655
  tag: zod.ZodOptional<zod.ZodString>;
4067
4656
  }, zod_v4_core.$strip>;
4657
+ estimatedSolFee: zod.ZodObject<{
4658
+ amount: zod.ZodString;
4659
+ decimals: zod.ZodNumber;
4660
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4661
+ uiAmountString: zod.ZodString;
4662
+ mint: zod.ZodString;
4663
+ }, zod_v4_core.$strip>;
4068
4664
  appliedTo: zod.ZodObject<{
4069
4665
  iot: zod.ZodBoolean;
4070
4666
  mobile: zod.ZodBoolean;
@@ -4170,6 +4766,84 @@ declare const fullApiContract: {
4170
4766
  }, zod_v4_core.$strip>>;
4171
4767
  };
4172
4768
  }>>>>, Record<never, never>>;
4769
+ estimateCreationCost: _orpc_contract.ContractProcedure<zod.ZodObject<{
4770
+ delegateWalletAddress: zod.ZodString;
4771
+ recipients: zod.ZodArray<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
4772
+ type: zod.ZodLiteral<"PRESET">;
4773
+ walletAddress: zod.ZodString;
4774
+ receives: zod.ZodDiscriminatedUnion<[zod.ZodObject<{
4775
+ type: zod.ZodLiteral<"FIXED">;
4776
+ tokenAmount: zod.ZodObject<{
4777
+ amount: zod.ZodString;
4778
+ mint: zod.ZodString;
4779
+ }, zod_v4_core.$strip>;
4780
+ }, zod_v4_core.$strip>, zod.ZodObject<{
4781
+ type: zod.ZodLiteral<"SHARES">;
4782
+ shares: zod.ZodNumber;
4783
+ }, zod_v4_core.$strip>], "type">;
4784
+ }, zod_v4_core.$strip>, zod.ZodObject<{
4785
+ type: zod.ZodLiteral<"CLAIMABLE">;
4786
+ giftedCurrency: zod.ZodObject<{
4787
+ amount: zod.ZodString;
4788
+ mint: zod.ZodString;
4789
+ }, zod_v4_core.$strip>;
4790
+ receives: zod.ZodDiscriminatedUnion<[zod.ZodObject<{
4791
+ type: zod.ZodLiteral<"FIXED">;
4792
+ tokenAmount: zod.ZodObject<{
4793
+ amount: zod.ZodString;
4794
+ mint: zod.ZodString;
4795
+ }, zod_v4_core.$strip>;
4796
+ }, zod_v4_core.$strip>, zod.ZodObject<{
4797
+ type: zod.ZodLiteral<"SHARES">;
4798
+ shares: zod.ZodNumber;
4799
+ }, zod_v4_core.$strip>], "type">;
4800
+ }, zod_v4_core.$strip>], "type">>;
4801
+ rewardSchedule: zod.ZodString;
4802
+ entityPubKey: zod.ZodString;
4803
+ }, zod_v4_core.$strip>, zod.ZodObject<{
4804
+ total: zod.ZodObject<{
4805
+ amount: zod.ZodString;
4806
+ decimals: zod.ZodNumber;
4807
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4808
+ uiAmountString: zod.ZodString;
4809
+ mint: zod.ZodString;
4810
+ }, zod_v4_core.$strip>;
4811
+ lineItems: zod.ZodObject<{
4812
+ transactionFees: zod.ZodObject<{
4813
+ amount: zod.ZodString;
4814
+ decimals: zod.ZodNumber;
4815
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4816
+ uiAmountString: zod.ZodString;
4817
+ mint: zod.ZodString;
4818
+ }, zod_v4_core.$strip>;
4819
+ rentFee: zod.ZodObject<{
4820
+ amount: zod.ZodString;
4821
+ decimals: zod.ZodNumber;
4822
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4823
+ uiAmountString: zod.ZodString;
4824
+ mint: zod.ZodString;
4825
+ }, zod_v4_core.$strip>;
4826
+ recipientGift: zod.ZodObject<{
4827
+ amount: zod.ZodString;
4828
+ decimals: zod.ZodNumber;
4829
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4830
+ uiAmountString: zod.ZodString;
4831
+ mint: zod.ZodString;
4832
+ }, zod_v4_core.$strip>;
4833
+ }, zod_v4_core.$strip>;
4834
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
4835
+ BAD_REQUEST: {
4836
+ readonly status: 400;
4837
+ readonly message: "Invalid input data provided.";
4838
+ readonly data: zod.ZodOptional<zod.ZodObject<{
4839
+ fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
4840
+ }, zod_v4_core.$strip>>;
4841
+ };
4842
+ NOT_FOUND: {
4843
+ readonly status: 404;
4844
+ readonly message: "The requested resource was not found.";
4845
+ };
4846
+ }>>>>, Record<never, never>>;
4173
4847
  create: _orpc_contract.ContractProcedure<zod.ZodObject<{
4174
4848
  delegateWalletAddress: zod.ZodString;
4175
4849
  recipients: zod.ZodArray<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
@@ -4217,6 +4891,13 @@ declare const fullApiContract: {
4217
4891
  parallel: zod.ZodBoolean;
4218
4892
  tag: zod.ZodOptional<zod.ZodString>;
4219
4893
  }, zod_v4_core.$strip>;
4894
+ estimatedSolFee: zod.ZodObject<{
4895
+ amount: zod.ZodString;
4896
+ decimals: zod.ZodNumber;
4897
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4898
+ uiAmountString: zod.ZodString;
4899
+ mint: zod.ZodString;
4900
+ }, zod_v4_core.$strip>;
4220
4901
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
4221
4902
  BAD_REQUEST: {
4222
4903
  readonly status: 400;
@@ -4261,6 +4942,13 @@ declare const fullApiContract: {
4261
4942
  parallel: zod.ZodBoolean;
4262
4943
  tag: zod.ZodOptional<zod.ZodString>;
4263
4944
  }, zod_v4_core.$strip>;
4945
+ estimatedSolFee: zod.ZodObject<{
4946
+ amount: zod.ZodString;
4947
+ decimals: zod.ZodNumber;
4948
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
4949
+ uiAmountString: zod.ZodString;
4950
+ mint: zod.ZodString;
4951
+ }, zod_v4_core.$strip>;
4264
4952
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
4265
4953
  BAD_REQUEST: {
4266
4954
  readonly status: 400;
@@ -4327,6 +5015,13 @@ declare const fullApiContract: {
4327
5015
  parallel: zod.ZodBoolean;
4328
5016
  tag: zod.ZodOptional<zod.ZodString>;
4329
5017
  }, zod_v4_core.$strip>;
5018
+ estimatedSolFee: zod.ZodObject<{
5019
+ amount: zod.ZodString;
5020
+ decimals: zod.ZodNumber;
5021
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
5022
+ uiAmountString: zod.ZodString;
5023
+ mint: zod.ZodString;
5024
+ }, zod_v4_core.$strip>;
4330
5025
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
4331
5026
  NOT_FOUND: {
4332
5027
  readonly status: 404;
@@ -4608,6 +5303,98 @@ declare const fullApiContract: {
4608
5303
  }, zod_v4_core.$strip>>;
4609
5304
  };
4610
5305
  }>>>>, Record<never, never>>;
5306
+ estimate: _orpc_contract.ContractProcedure<zod.ZodObject<{
5307
+ transactions: zod.ZodArray<zod.ZodObject<{
5308
+ serializedTransaction: zod.ZodString;
5309
+ metadata: zod.ZodOptional<zod.ZodObject<{
5310
+ type: zod.ZodString;
5311
+ description: zod.ZodString;
5312
+ }, zod_v4_core.$catchall<zod.ZodUnknown>>>;
5313
+ }, zod_v4_core.$strip>>;
5314
+ parallel: zod.ZodBoolean;
5315
+ tag: zod.ZodOptional<zod.ZodString>;
5316
+ simulationCommitment: zod.ZodDefault<zod.ZodOptional<zod.ZodEnum<{
5317
+ confirmed: "confirmed";
5318
+ finalized: "finalized";
5319
+ }>>>;
5320
+ }, zod_v4_core.$strip>, zod.ZodObject<{
5321
+ totalSol: zod.ZodObject<{
5322
+ amount: zod.ZodString;
5323
+ decimals: zod.ZodNumber;
5324
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
5325
+ uiAmountString: zod.ZodString;
5326
+ mint: zod.ZodString;
5327
+ }, zod_v4_core.$strip>;
5328
+ breakdown: zod.ZodObject<{
5329
+ transactionFees: zod.ZodObject<{
5330
+ amount: zod.ZodString;
5331
+ decimals: zod.ZodNumber;
5332
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
5333
+ uiAmountString: zod.ZodString;
5334
+ mint: zod.ZodString;
5335
+ }, zod_v4_core.$strip>;
5336
+ rent: zod.ZodObject<{
5337
+ amount: zod.ZodString;
5338
+ decimals: zod.ZodNumber;
5339
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
5340
+ uiAmountString: zod.ZodString;
5341
+ mint: zod.ZodString;
5342
+ }, zod_v4_core.$strip>;
5343
+ tokenTransfers: zod.ZodArray<zod.ZodObject<{
5344
+ amount: zod.ZodString;
5345
+ decimals: zod.ZodNumber;
5346
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
5347
+ uiAmountString: zod.ZodString;
5348
+ mint: zod.ZodString;
5349
+ }, zod_v4_core.$strip>>;
5350
+ }, zod_v4_core.$strip>;
5351
+ transactions: zod.ZodArray<zod.ZodObject<{
5352
+ index: zod.ZodNumber;
5353
+ computeUnits: zod.ZodNumber;
5354
+ success: zod.ZodBoolean;
5355
+ error: zod.ZodOptional<zod.ZodString>;
5356
+ logs: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
5357
+ costs: zod.ZodObject<{
5358
+ transactionFees: zod.ZodObject<{
5359
+ amount: zod.ZodString;
5360
+ decimals: zod.ZodNumber;
5361
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
5362
+ uiAmountString: zod.ZodString;
5363
+ mint: zod.ZodString;
5364
+ }, zod_v4_core.$strip>;
5365
+ rent: zod.ZodObject<{
5366
+ amount: zod.ZodString;
5367
+ decimals: zod.ZodNumber;
5368
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
5369
+ uiAmountString: zod.ZodString;
5370
+ mint: zod.ZodString;
5371
+ }, zod_v4_core.$strip>;
5372
+ tokenTransfers: zod.ZodArray<zod.ZodObject<{
5373
+ amount: zod.ZodString;
5374
+ decimals: zod.ZodNumber;
5375
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
5376
+ uiAmountString: zod.ZodString;
5377
+ mint: zod.ZodString;
5378
+ }, zod_v4_core.$strip>>;
5379
+ }, zod_v4_core.$strip>;
5380
+ }, zod_v4_core.$strip>>;
5381
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
5382
+ BAD_REQUEST: {
5383
+ readonly status: 400;
5384
+ readonly message: "Invalid input data provided.";
5385
+ readonly data: zod.ZodOptional<zod.ZodObject<{
5386
+ fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
5387
+ }, zod_v4_core.$strip>>;
5388
+ };
5389
+ SIMULATION_FAILED: {
5390
+ readonly status: 400;
5391
+ readonly message: "Transaction simulation failed.";
5392
+ readonly data: zod.ZodObject<{
5393
+ logs: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
5394
+ link: zod.ZodOptional<zod.ZodString>;
5395
+ }, zod_v4_core.$strip>;
5396
+ };
5397
+ }>>>>, Record<never, never>>;
4611
5398
  };
4612
5399
  welcomePacks: {
4613
5400
  list: _orpc_contract.ContractProcedure<zod.ZodObject<{
@@ -4772,6 +5559,13 @@ declare const fullApiContract: {
4772
5559
  parallel: zod.ZodBoolean;
4773
5560
  tag: zod.ZodOptional<zod.ZodString>;
4774
5561
  }, zod_v4_core.$strip>;
5562
+ estimatedSolFee: zod.ZodObject<{
5563
+ amount: zod.ZodString;
5564
+ decimals: zod.ZodNumber;
5565
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
5566
+ uiAmountString: zod.ZodString;
5567
+ mint: zod.ZodString;
5568
+ }, zod_v4_core.$strip>;
4775
5569
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
4776
5570
  BAD_REQUEST: {
4777
5571
  readonly status: 400;
@@ -4875,6 +5669,13 @@ declare const fullApiContract: {
4875
5669
  parallel: zod.ZodBoolean;
4876
5670
  tag: zod.ZodOptional<zod.ZodString>;
4877
5671
  }, zod_v4_core.$strip>;
5672
+ estimatedSolFee: zod.ZodObject<{
5673
+ amount: zod.ZodString;
5674
+ decimals: zod.ZodNumber;
5675
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
5676
+ uiAmountString: zod.ZodString;
5677
+ mint: zod.ZodString;
5678
+ }, zod_v4_core.$strip>;
4878
5679
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
4879
5680
  BAD_REQUEST: {
4880
5681
  readonly status: 400;
@@ -4975,6 +5776,13 @@ declare const fullApiContract: {
4975
5776
  parallel: zod.ZodBoolean;
4976
5777
  tag: zod.ZodOptional<zod.ZodString>;
4977
5778
  }, zod_v4_core.$strip>;
5779
+ estimatedSolFee: zod.ZodObject<{
5780
+ amount: zod.ZodString;
5781
+ decimals: zod.ZodNumber;
5782
+ uiAmount: zod.ZodNullable<zod.ZodNumber>;
5783
+ uiAmountString: zod.ZodString;
5784
+ mint: zod.ZodString;
5785
+ }, zod_v4_core.$strip>;
4978
5786
  }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
4979
5787
  BAD_REQUEST: {
4980
5788
  readonly status: 400;
@@ -5011,4 +5819,4 @@ declare const fullApiContract: {
5011
5819
  };
5012
5820
  };
5013
5821
 
5014
- export { AutomationScheduleSchema, type AutomationStatus, AutomationStatusOutputSchema, BAD_REQUEST, type BankAccount, type BankAccountListOutput, BankAccountListOutputSchema, BankAccountSchema, type BatchStatusOutput, BatchStatusOutputSchema, type BridgeTransfer, BridgeTransferSchema, CONFLICT, ClaimInviteRequestSchema, ClaimInviteResponseSchema, type ClaimRewardsInput, ClaimRewardsInputSchema, ClaimRewardsOutputSchema, type CloseAutomationInput, CloseAutomationInputSchema, CloseAutomationOutputSchema, type CreateBankAccountInput, CreateBankAccountInputSchema, type CreateHntAccountInput, CreateHntAccountInputSchema, type CreateHntAccountOutput, CreateHntAccountOutputSchema, CreateInviteResponseSchema, CreateRewardContractTransactionInputSchema, CreateRewardContractTransactionResponseSchema, type CreateSplitInput, CreateSplitInputSchema, CreateSplitOutputSchema, type DeleteBankAccountInput, DeleteBankAccountInputSchema, type DeleteBankAccountOutput, DeleteBankAccountOutputSchema, DeleteRewardContractTransactionResponseSchema, type DeleteSplitInput, DeleteSplitInputSchema, DeleteSplitOutputSchema, type DeviceType, DeviceTypeSchema, type ErrorResponse, ErrorResponseSchema, type FeesOutput, FeesOutputSchema, FindRewardContractResponseSchema, type FundAutomationInput, FundAutomationInputSchema, FundAutomationOutputSchema, type FundingEstimate, FundingEstimateOutputSchema, type GetAutomationStatusInput, GetAutomationStatusInputSchema, type GetBalancesInput, GetBalancesInputSchema, type GetBankAccountInput, GetBankAccountInputSchema, type GetByPayerAndTagInput, GetByPayerAndTagInputSchema, type GetByPayerInput, GetByPayerInputSchema, type GetFundingEstimateInput, GetFundingEstimateInputSchema, type GetHotspotsInput, GetHotspotsInputSchema, type GetInput, GetInputSchema, type GetInstructionsInput, GetInstructionsInputSchema, type GetPendingRewardsInput, GetPendingRewardsInputSchema, type GetPendingRewardsOutput, GetPendingRewardsOutputSchema, type GetQuoteInput, GetQuoteInputSchema, type GetSendQuoteInput, GetSendQuoteInputSchema, type GetSplitInput, GetSplitInputSchema, type GetTokensInput, GetTokensInputSchema, type GetTransferInput, GetTransferInputSchema, type HealthResponse, HealthResponseSchema, HeliumPublicKeySchema, type Hotspot, HotspotSchema, HotspotSharesSchema, type HotspotType, HotspotTypeSchema, type HotspotsData, HotspotsDataSchema, INSUFFICIENT_FUNDS, INVALID_WALLET_ADDRESS, type InitKycInput, InitKycInputSchema, type KycStatusOutput, KycStatusOutputSchema, NOT_FOUND, type OwnershipType, OwnershipTypeSchema, PaginationInputSchema, PaginationOutputSchema, type PayerBatchSummary, PayerBatchSummarySchema, type PayerBatchesOutput, PayerBatchesOutputSchema, PublicKeySchema, QuoteOutputSchema, type QuoteResponse, QuoteResponseSchema, RATE_LIMITED, type ResubmitInput, ResubmitInputSchema, type ResubmitOutput, ResubmitOutputSchema, type RewardSplitInput, RewardSplitInputSchema, SIMULATION_FAILED, type ScheduleInput, ScheduleInputSchema, type SendFundsInput, SendFundsInputSchema, type SendFundsOutput, SendFundsOutputSchema, type SetupAutomationInput, SetupAutomationInputSchema, SetupAutomationOutputSchema, type SplitResponse, SplitResponseSchema, type SplitShare, SplitShareSchema, type SubmitInput, SubmitInputSchema, type SubmitOutput, SubmitOutputSchema, SwapTransactionDataSchema, TRANSACTION_FAILED, type Token, type TokenAccount, TokenAccountSchema, type TokenAmountInput, TokenAmountInputSchema, type TokenAmountOutput, TokenAmountOutputSchema, type TokenBalanceData, TokenBalanceDataSchema, type TokenListOutput, TokenListOutputSchema, TokenSchema, type TransactionBatchRequest, TransactionBatchRequestSchema, type TransactionBatchResponse, TransactionBatchResponseSchema, type TransactionData, TransactionDataSchema, type TransactionItem, TransactionItemSchema, type TransactionMetadata, TransactionMetadataSchema, type TransactionStatus, TransactionStatusSchema, type TransferHotspotInput, TransferHotspotInputSchema, TransferHotspotOutputSchema, type TransferInput, TransferInputSchema, type TransferOutput, TransferOutputSchema, UNAUTHENTICATED, UNAUTHORIZED, UpdateHotspotInfoInputSchema, UpdateHotspotInfoOutputSchema, type UpdateRewardsDestinationInput, UpdateRewardsDestinationInputSchema, UpdateRewardsDestinationOutputSchema, type UpdateTransferInput, UpdateTransferInputSchema, type UpdateTransferOutput, UpdateTransferOutputSchema, WalletAddressSchema, type WelcomePack, type WelcomePackClaimInput, WelcomePackClaimInputSchema, type WelcomePackClaimOutput, WelcomePackClaimOutputSchema, type WelcomePackCreateInput, WelcomePackCreateInputSchema, type WelcomePackCreateOutput, WelcomePackCreateOutputSchema, type WelcomePackDeleteInput, WelcomePackDeleteInputSchema, type WelcomePackDeleteOutput, WelcomePackDeleteOutputSchema, type WelcomePackGetByAddressInput, WelcomePackGetByAddressInputSchema, type WelcomePackGetInput, WelcomePackGetInputSchema, type WelcomePackInviteInput, WelcomePackInviteInputSchema, type WelcomePackInviteOutput, WelcomePackInviteOutputSchema, type WelcomePackListInput, WelcomePackListInputSchema, type WelcomePackListOutput, WelcomePackListOutputSchema, WelcomePackSchema, apiContract, fullApiContract };
5822
+ export { AutomationScheduleSchema, type AutomationStatus, AutomationStatusOutputSchema, BAD_REQUEST, type BankAccount, type BankAccountListOutput, BankAccountListOutputSchema, BankAccountSchema, type BatchStatusOutput, BatchStatusOutputSchema, type BridgeTransfer, BridgeTransferSchema, CONFLICT, ClaimInviteRequestSchema, ClaimInviteResponseSchema, type ClaimRewardsInput, ClaimRewardsInputSchema, ClaimRewardsOutputSchema, type CloseAutomationInput, CloseAutomationInputSchema, CloseAutomationOutputSchema, type CreateBankAccountInput, CreateBankAccountInputSchema, type CreateHntAccountInput, CreateHntAccountInputSchema, type CreateHntAccountOutput, CreateHntAccountOutputSchema, CreateInviteResponseSchema, CreateRewardContractTransactionInputSchema, CreateRewardContractTransactionResponseSchema, type CreateSplitInput, CreateSplitInputSchema, CreateSplitOutputSchema, type DeleteBankAccountInput, DeleteBankAccountInputSchema, type DeleteBankAccountOutput, DeleteBankAccountOutputSchema, DeleteRewardContractTransactionResponseSchema, type DeleteSplitInput, DeleteSplitInputSchema, DeleteSplitOutputSchema, type DeviceType, DeviceTypeSchema, type ErrorResponse, ErrorResponseSchema, EstimateCostToCreateRewardContractResponseSchema, type EstimateInput, EstimateInputSchema, type EstimateOutput, EstimateOutputSchema, type FeesOutput, FeesOutputSchema, FindRewardContractResponseSchema, type FundAutomationInput, FundAutomationInputSchema, FundAutomationOutputSchema, type FundingEstimate, FundingEstimateOutputSchema, type GetAutomationStatusInput, GetAutomationStatusInputSchema, type GetBalancesInput, GetBalancesInputSchema, type GetBankAccountInput, GetBankAccountInputSchema, type GetByPayerAndTagInput, GetByPayerAndTagInputSchema, type GetByPayerInput, GetByPayerInputSchema, type GetFundingEstimateInput, GetFundingEstimateInputSchema, type GetHotspotsInput, GetHotspotsInputSchema, type GetInput, GetInputSchema, type GetInstructionsInput, GetInstructionsInputSchema, type GetPendingRewardsInput, GetPendingRewardsInputSchema, type GetPendingRewardsOutput, GetPendingRewardsOutputSchema, type GetQuoteInput, GetQuoteInputSchema, type GetSendQuoteInput, GetSendQuoteInputSchema, type GetSplitInput, GetSplitInputSchema, type GetTokensInput, GetTokensInputSchema, type GetTransferInput, GetTransferInputSchema, type HealthResponse, HealthResponseSchema, HeliumPublicKeySchema, type Hotspot, HotspotSchema, HotspotSharesSchema, type HotspotType, HotspotTypeSchema, type HotspotsData, HotspotsDataSchema, INSUFFICIENT_FUNDS, INVALID_WALLET_ADDRESS, type InitKycInput, InitKycInputSchema, type KycStatusOutput, KycStatusOutputSchema, NOT_FOUND, type OwnershipType, OwnershipTypeSchema, PaginationInputSchema, PaginationOutputSchema, type PayerBatchSummary, PayerBatchSummarySchema, type PayerBatchesOutput, PayerBatchesOutputSchema, PublicKeySchema, QuoteOutputSchema, type QuoteResponse, QuoteResponseSchema, RATE_LIMITED, type ResubmitInput, ResubmitInputSchema, type ResubmitOutput, ResubmitOutputSchema, type RewardSplitInput, RewardSplitInputSchema, SIMULATION_FAILED, type ScheduleInput, ScheduleInputSchema, type SendFundsInput, SendFundsInputSchema, type SendFundsOutput, SendFundsOutputSchema, type SetupAutomationInput, SetupAutomationInputSchema, SetupAutomationOutputSchema, type SplitResponse, SplitResponseSchema, type SplitShare, SplitShareSchema, type SubmitInput, SubmitInputSchema, type SubmitOutput, SubmitOutputSchema, SwapTransactionDataSchema, TRANSACTION_FAILED, type Token, type TokenAccount, TokenAccountSchema, type TokenAmountInput, TokenAmountInputSchema, type TokenAmountOutput, TokenAmountOutputSchema, type TokenBalanceData, TokenBalanceDataSchema, type TokenListOutput, TokenListOutputSchema, TokenSchema, type TransactionBatchRequest, TransactionBatchRequestSchema, type TransactionBatchResponse, TransactionBatchResponseSchema, type TransactionData, TransactionDataSchema, type TransactionItem, TransactionItemSchema, type TransactionMetadata, TransactionMetadataSchema, type TransactionStatus, TransactionStatusSchema, type TransferHotspotInput, TransferHotspotInputSchema, TransferHotspotOutputSchema, type TransferInput, TransferInputSchema, type TransferOutput, TransferOutputSchema, UNAUTHENTICATED, UNAUTHORIZED, UpdateHotspotInfoInputSchema, UpdateHotspotInfoOutputSchema, type UpdateRewardsDestinationInput, UpdateRewardsDestinationInputSchema, UpdateRewardsDestinationOutputSchema, type UpdateTransferInput, UpdateTransferInputSchema, type UpdateTransferOutput, UpdateTransferOutputSchema, WalletAddressSchema, type WelcomePack, type WelcomePackClaimInput, WelcomePackClaimInputSchema, type WelcomePackClaimOutput, WelcomePackClaimOutputSchema, type WelcomePackCreateInput, WelcomePackCreateInputSchema, type WelcomePackCreateOutput, WelcomePackCreateOutputSchema, type WelcomePackDeleteInput, WelcomePackDeleteInputSchema, type WelcomePackDeleteOutput, WelcomePackDeleteOutputSchema, type WelcomePackGetByAddressInput, WelcomePackGetByAddressInputSchema, type WelcomePackGetInput, WelcomePackGetInputSchema, type WelcomePackInviteInput, WelcomePackInviteInputSchema, type WelcomePackInviteOutput, WelcomePackInviteOutputSchema, type WelcomePackListInput, WelcomePackListInputSchema, type WelcomePackListOutput, WelcomePackListOutputSchema, WelcomePackSchema, apiContract, fullApiContract };