@stellar/stellar-base 14.0.3 → 14.1.0

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/types/next.d.ts CHANGED
@@ -10702,7 +10702,7 @@ export namespace xdr {
10702
10702
 
10703
10703
  static assetTypeCreditAlphanum12(value: Buffer): AssetCode;
10704
10704
 
10705
- value(): Buffer | Buffer;
10705
+ value(): Buffer;
10706
10706
 
10707
10707
  toXDR(format?: 'raw'): Buffer;
10708
10708
 
@@ -10762,13 +10762,13 @@ export namespace xdr {
10762
10762
  }
10763
10763
 
10764
10764
  class AccountEntryExtensionV2Ext {
10765
- switch(): number;
10765
+ constructor(switchValue: 0);
10766
10766
 
10767
- v3(value?: AccountEntryExtensionV3): AccountEntryExtensionV3;
10767
+ constructor(switchValue: 3, value: AccountEntryExtensionV3);
10768
10768
 
10769
- static 0(): AccountEntryExtensionV2Ext;
10769
+ switch(): number;
10770
10770
 
10771
- static 3(value: AccountEntryExtensionV3): AccountEntryExtensionV2Ext;
10771
+ v3(value?: AccountEntryExtensionV3): AccountEntryExtensionV3;
10772
10772
 
10773
10773
  value(): AccountEntryExtensionV3 | void;
10774
10774
 
@@ -10797,13 +10797,13 @@ export namespace xdr {
10797
10797
  }
10798
10798
 
10799
10799
  class AccountEntryExtensionV1Ext {
10800
- switch(): number;
10800
+ constructor(switchValue: 0);
10801
10801
 
10802
- v2(value?: AccountEntryExtensionV2): AccountEntryExtensionV2;
10802
+ constructor(switchValue: 2, value: AccountEntryExtensionV2);
10803
10803
 
10804
- static 0(): AccountEntryExtensionV1Ext;
10804
+ switch(): number;
10805
10805
 
10806
- static 2(value: AccountEntryExtensionV2): AccountEntryExtensionV1Ext;
10806
+ v2(value?: AccountEntryExtensionV2): AccountEntryExtensionV2;
10807
10807
 
10808
10808
  value(): AccountEntryExtensionV2 | void;
10809
10809
 
@@ -10832,13 +10832,13 @@ export namespace xdr {
10832
10832
  }
10833
10833
 
10834
10834
  class AccountEntryExt {
10835
- switch(): number;
10835
+ constructor(switchValue: 0);
10836
10836
 
10837
- v1(value?: AccountEntryExtensionV1): AccountEntryExtensionV1;
10837
+ constructor(switchValue: 1, value: AccountEntryExtensionV1);
10838
10838
 
10839
- static 0(): AccountEntryExt;
10839
+ switch(): number;
10840
10840
 
10841
- static 1(value: AccountEntryExtensionV1): AccountEntryExt;
10841
+ v1(value?: AccountEntryExtensionV1): AccountEntryExtensionV1;
10842
10842
 
10843
10843
  value(): AccountEntryExtensionV1 | void;
10844
10844
 
@@ -10904,9 +10904,9 @@ export namespace xdr {
10904
10904
  }
10905
10905
 
10906
10906
  class TrustLineEntryExtensionV2Ext {
10907
- switch(): number;
10907
+ constructor(switchValue: 0);
10908
10908
 
10909
- static 0(): TrustLineEntryExtensionV2Ext;
10909
+ switch(): number;
10910
10910
 
10911
10911
  value(): void;
10912
10912
 
@@ -10935,13 +10935,13 @@ export namespace xdr {
10935
10935
  }
10936
10936
 
10937
10937
  class TrustLineEntryV1Ext {
10938
- switch(): number;
10938
+ constructor(switchValue: 0);
10939
10939
 
10940
- v2(value?: TrustLineEntryExtensionV2): TrustLineEntryExtensionV2;
10940
+ constructor(switchValue: 2, value: TrustLineEntryExtensionV2);
10941
10941
 
10942
- static 0(): TrustLineEntryV1Ext;
10942
+ switch(): number;
10943
10943
 
10944
- static 2(value: TrustLineEntryExtensionV2): TrustLineEntryV1Ext;
10944
+ v2(value?: TrustLineEntryExtensionV2): TrustLineEntryExtensionV2;
10945
10945
 
10946
10946
  value(): TrustLineEntryExtensionV2 | void;
10947
10947
 
@@ -10970,13 +10970,13 @@ export namespace xdr {
10970
10970
  }
10971
10971
 
10972
10972
  class TrustLineEntryExt {
10973
- switch(): number;
10973
+ constructor(switchValue: 0);
10974
10974
 
10975
- v1(value?: TrustLineEntryV1): TrustLineEntryV1;
10975
+ constructor(switchValue: 1, value: TrustLineEntryV1);
10976
10976
 
10977
- static 0(): TrustLineEntryExt;
10977
+ switch(): number;
10978
10978
 
10979
- static 1(value: TrustLineEntryV1): TrustLineEntryExt;
10979
+ v1(value?: TrustLineEntryV1): TrustLineEntryV1;
10980
10980
 
10981
10981
  value(): TrustLineEntryV1 | void;
10982
10982
 
@@ -11002,9 +11002,9 @@ export namespace xdr {
11002
11002
  }
11003
11003
 
11004
11004
  class OfferEntryExt {
11005
- switch(): number;
11005
+ constructor(switchValue: 0);
11006
11006
 
11007
- static 0(): OfferEntryExt;
11007
+ switch(): number;
11008
11008
 
11009
11009
  value(): void;
11010
11010
 
@@ -11030,9 +11030,9 @@ export namespace xdr {
11030
11030
  }
11031
11031
 
11032
11032
  class DataEntryExt {
11033
- switch(): number;
11033
+ constructor(switchValue: 0);
11034
11034
 
11035
- static 0(): DataEntryExt;
11035
+ switch(): number;
11036
11036
 
11037
11037
  value(): void;
11038
11038
 
@@ -11082,14 +11082,7 @@ export namespace xdr {
11082
11082
 
11083
11083
  static claimPredicateBeforeRelativeTime(value: Int64): ClaimPredicate;
11084
11084
 
11085
- value():
11086
- | ClaimPredicate[]
11087
- | ClaimPredicate[]
11088
- | null
11089
- | ClaimPredicate
11090
- | Int64
11091
- | Int64
11092
- | void;
11085
+ value(): ClaimPredicate[] | null | ClaimPredicate | Int64 | void;
11093
11086
 
11094
11087
  toXDR(format?: 'raw'): Buffer;
11095
11088
 
@@ -11143,9 +11136,9 @@ export namespace xdr {
11143
11136
  }
11144
11137
 
11145
11138
  class ClaimableBalanceEntryExtensionV1Ext {
11146
- switch(): number;
11139
+ constructor(switchValue: 0);
11147
11140
 
11148
- static 0(): ClaimableBalanceEntryExtensionV1Ext;
11141
+ switch(): number;
11149
11142
 
11150
11143
  value(): void;
11151
11144
 
@@ -11177,16 +11170,16 @@ export namespace xdr {
11177
11170
  }
11178
11171
 
11179
11172
  class ClaimableBalanceEntryExt {
11173
+ constructor(switchValue: 0);
11174
+
11175
+ constructor(switchValue: 1, value: ClaimableBalanceEntryExtensionV1);
11176
+
11180
11177
  switch(): number;
11181
11178
 
11182
11179
  v1(
11183
11180
  value?: ClaimableBalanceEntryExtensionV1,
11184
11181
  ): ClaimableBalanceEntryExtensionV1;
11185
11182
 
11186
- static 0(): ClaimableBalanceEntryExt;
11187
-
11188
- static 1(value: ClaimableBalanceEntryExtensionV1): ClaimableBalanceEntryExt;
11189
-
11190
11183
  value(): ClaimableBalanceEntryExtensionV1 | void;
11191
11184
 
11192
11185
  toXDR(format?: 'raw'): Buffer;
@@ -11251,13 +11244,13 @@ export namespace xdr {
11251
11244
  }
11252
11245
 
11253
11246
  class ContractCodeEntryExt {
11254
- switch(): number;
11247
+ constructor(switchValue: 0);
11255
11248
 
11256
- v1(value?: ContractCodeEntryV1): ContractCodeEntryV1;
11249
+ constructor(switchValue: 1, value: ContractCodeEntryV1);
11257
11250
 
11258
- static 0(): ContractCodeEntryExt;
11251
+ switch(): number;
11259
11252
 
11260
- static 1(value: ContractCodeEntryV1): ContractCodeEntryExt;
11253
+ v1(value?: ContractCodeEntryV1): ContractCodeEntryV1;
11261
11254
 
11262
11255
  value(): ContractCodeEntryV1 | void;
11263
11256
 
@@ -11286,9 +11279,9 @@ export namespace xdr {
11286
11279
  }
11287
11280
 
11288
11281
  class LedgerEntryExtensionV1Ext {
11289
- switch(): number;
11282
+ constructor(switchValue: 0);
11290
11283
 
11291
- static 0(): LedgerEntryExtensionV1Ext;
11284
+ switch(): number;
11292
11285
 
11293
11286
  value(): void;
11294
11287
 
@@ -11393,13 +11386,13 @@ export namespace xdr {
11393
11386
  }
11394
11387
 
11395
11388
  class LedgerEntryExt {
11396
- switch(): number;
11389
+ constructor(switchValue: 0);
11397
11390
 
11398
- v1(value?: LedgerEntryExtensionV1): LedgerEntryExtensionV1;
11391
+ constructor(switchValue: 1, value: LedgerEntryExtensionV1);
11399
11392
 
11400
- static 0(): LedgerEntryExt;
11393
+ switch(): number;
11401
11394
 
11402
- static 1(value: LedgerEntryExtensionV1): LedgerEntryExt;
11395
+ v1(value?: LedgerEntryExtensionV1): LedgerEntryExtensionV1;
11403
11396
 
11404
11397
  value(): LedgerEntryExtensionV1 | void;
11405
11398
 
@@ -11503,13 +11496,13 @@ export namespace xdr {
11503
11496
  }
11504
11497
 
11505
11498
  class BucketMetadataExt {
11506
- switch(): number;
11499
+ constructor(switchValue: 0);
11507
11500
 
11508
- bucketListType(value?: BucketListType): BucketListType;
11501
+ constructor(switchValue: 1, value: BucketListType);
11509
11502
 
11510
- static 0(): BucketMetadataExt;
11503
+ switch(): number;
11511
11504
 
11512
- static 1(value: BucketListType): BucketMetadataExt;
11505
+ bucketListType(value?: BucketListType): BucketListType;
11513
11506
 
11514
11507
  value(): BucketListType | void;
11515
11508
 
@@ -11652,9 +11645,9 @@ export namespace xdr {
11652
11645
  }
11653
11646
 
11654
11647
  class LedgerHeaderExtensionV1Ext {
11655
- switch(): number;
11648
+ constructor(switchValue: 0);
11656
11649
 
11657
- static 0(): LedgerHeaderExtensionV1Ext;
11650
+ switch(): number;
11658
11651
 
11659
11652
  value(): void;
11660
11653
 
@@ -11683,13 +11676,13 @@ export namespace xdr {
11683
11676
  }
11684
11677
 
11685
11678
  class LedgerHeaderExt {
11686
- switch(): number;
11679
+ constructor(switchValue: 0);
11687
11680
 
11688
- v1(value?: LedgerHeaderExtensionV1): LedgerHeaderExtensionV1;
11681
+ constructor(switchValue: 1, value: LedgerHeaderExtensionV1);
11689
11682
 
11690
- static 0(): LedgerHeaderExt;
11683
+ switch(): number;
11691
11684
 
11692
- static 1(value: LedgerHeaderExtensionV1): LedgerHeaderExt;
11685
+ v1(value?: LedgerHeaderExtensionV1): LedgerHeaderExtensionV1;
11693
11686
 
11694
11687
  value(): LedgerHeaderExtensionV1 | void;
11695
11688
 
@@ -11745,14 +11738,7 @@ export namespace xdr {
11745
11738
 
11746
11739
  static ledgerUpgradeMaxSorobanTxSetSize(value: number): LedgerUpgrade;
11747
11740
 
11748
- value():
11749
- | number
11750
- | number
11751
- | number
11752
- | number
11753
- | number
11754
- | ConfigUpgradeSetKey
11755
- | number;
11741
+ value(): number | ConfigUpgradeSetKey;
11756
11742
 
11757
11743
  toXDR(format?: 'raw'): Buffer;
11758
11744
 
@@ -11810,16 +11796,16 @@ export namespace xdr {
11810
11796
  }
11811
11797
 
11812
11798
  class TransactionPhase {
11799
+ constructor(switchValue: 0, value: TxSetComponent[]);
11800
+
11801
+ constructor(switchValue: 1, value: ParallelTxsComponent);
11802
+
11813
11803
  switch(): number;
11814
11804
 
11815
11805
  v0Components(value?: TxSetComponent[]): TxSetComponent[];
11816
11806
 
11817
11807
  parallelTxsComponent(value?: ParallelTxsComponent): ParallelTxsComponent;
11818
11808
 
11819
- static 0(value: TxSetComponent[]): TransactionPhase;
11820
-
11821
- static 1(value: ParallelTxsComponent): TransactionPhase;
11822
-
11823
11809
  value(): TxSetComponent[] | ParallelTxsComponent;
11824
11810
 
11825
11811
  toXDR(format?: 'raw'): Buffer;
@@ -11844,12 +11830,12 @@ export namespace xdr {
11844
11830
  }
11845
11831
 
11846
11832
  class GeneralizedTransactionSet {
11833
+ constructor(switchValue: 1, value: TransactionSetV1);
11834
+
11847
11835
  switch(): number;
11848
11836
 
11849
11837
  v1TxSet(value?: TransactionSetV1): TransactionSetV1;
11850
11838
 
11851
- static 1(value: TransactionSetV1): GeneralizedTransactionSet;
11852
-
11853
11839
  value(): TransactionSetV1;
11854
11840
 
11855
11841
  toXDR(format?: 'raw'): Buffer;
@@ -11877,16 +11863,16 @@ export namespace xdr {
11877
11863
  }
11878
11864
 
11879
11865
  class TransactionHistoryEntryExt {
11866
+ constructor(switchValue: 0);
11867
+
11868
+ constructor(switchValue: 1, value: GeneralizedTransactionSet);
11869
+
11880
11870
  switch(): number;
11881
11871
 
11882
11872
  generalizedTxSet(
11883
11873
  value?: GeneralizedTransactionSet,
11884
11874
  ): GeneralizedTransactionSet;
11885
11875
 
11886
- static 0(): TransactionHistoryEntryExt;
11887
-
11888
- static 1(value: GeneralizedTransactionSet): TransactionHistoryEntryExt;
11889
-
11890
11876
  value(): GeneralizedTransactionSet | void;
11891
11877
 
11892
11878
  toXDR(format?: 'raw'): Buffer;
@@ -11914,9 +11900,9 @@ export namespace xdr {
11914
11900
  }
11915
11901
 
11916
11902
  class TransactionHistoryResultEntryExt {
11917
- switch(): number;
11903
+ constructor(switchValue: 0);
11918
11904
 
11919
- static 0(): TransactionHistoryResultEntryExt;
11905
+ switch(): number;
11920
11906
 
11921
11907
  value(): void;
11922
11908
 
@@ -11948,9 +11934,9 @@ export namespace xdr {
11948
11934
  }
11949
11935
 
11950
11936
  class LedgerHeaderHistoryEntryExt {
11951
- switch(): number;
11937
+ constructor(switchValue: 0);
11952
11938
 
11953
- static 0(): LedgerHeaderHistoryEntryExt;
11939
+ switch(): number;
11954
11940
 
11955
11941
  value(): void;
11956
11942
 
@@ -11979,12 +11965,12 @@ export namespace xdr {
11979
11965
  }
11980
11966
 
11981
11967
  class ScpHistoryEntry {
11968
+ constructor(switchValue: 0, value: ScpHistoryEntryV0);
11969
+
11982
11970
  switch(): number;
11983
11971
 
11984
11972
  v0(value?: ScpHistoryEntryV0): ScpHistoryEntryV0;
11985
11973
 
11986
- static 0(value: ScpHistoryEntryV0): ScpHistoryEntry;
11987
-
11988
11974
  value(): ScpHistoryEntryV0;
11989
11975
 
11990
11976
  toXDR(format?: 'raw'): Buffer;
@@ -12031,7 +12017,7 @@ export namespace xdr {
12031
12017
 
12032
12018
  static ledgerEntryRestored(value: LedgerEntry): LedgerEntryChange;
12033
12019
 
12034
- value(): LedgerEntry | LedgerEntry | LedgerKey | LedgerEntry | LedgerEntry;
12020
+ value(): LedgerEntry | LedgerKey;
12035
12021
 
12036
12022
  toXDR(format?: 'raw'): Buffer;
12037
12023
 
@@ -12055,12 +12041,12 @@ export namespace xdr {
12055
12041
  }
12056
12042
 
12057
12043
  class ContractEventBody {
12044
+ constructor(switchValue: 0, value: ContractEventV0);
12045
+
12058
12046
  switch(): number;
12059
12047
 
12060
12048
  v0(value?: ContractEventV0): ContractEventV0;
12061
12049
 
12062
- static 0(value: ContractEventV0): ContractEventBody;
12063
-
12064
12050
  value(): ContractEventV0;
12065
12051
 
12066
12052
  toXDR(format?: 'raw'): Buffer;
@@ -12085,13 +12071,13 @@ export namespace xdr {
12085
12071
  }
12086
12072
 
12087
12073
  class SorobanTransactionMetaExt {
12088
- switch(): number;
12074
+ constructor(switchValue: 0);
12089
12075
 
12090
- v1(value?: SorobanTransactionMetaExtV1): SorobanTransactionMetaExtV1;
12076
+ constructor(switchValue: 1, value: SorobanTransactionMetaExtV1);
12091
12077
 
12092
- static 0(): SorobanTransactionMetaExt;
12078
+ switch(): number;
12093
12079
 
12094
- static 1(value: SorobanTransactionMetaExtV1): SorobanTransactionMetaExt;
12080
+ v1(value?: SorobanTransactionMetaExtV1): SorobanTransactionMetaExtV1;
12095
12081
 
12096
12082
  value(): SorobanTransactionMetaExtV1 | void;
12097
12083
 
@@ -12120,6 +12106,16 @@ export namespace xdr {
12120
12106
  }
12121
12107
 
12122
12108
  class TransactionMeta {
12109
+ constructor(switchValue: 0, value: OperationMeta[]);
12110
+
12111
+ constructor(switchValue: 1, value: TransactionMetaV1);
12112
+
12113
+ constructor(switchValue: 2, value: TransactionMetaV2);
12114
+
12115
+ constructor(switchValue: 3, value: TransactionMetaV3);
12116
+
12117
+ constructor(switchValue: 4, value: TransactionMetaV4);
12118
+
12123
12119
  switch(): number;
12124
12120
 
12125
12121
  operations(value?: OperationMeta[]): OperationMeta[];
@@ -12132,16 +12128,6 @@ export namespace xdr {
12132
12128
 
12133
12129
  v4(value?: TransactionMetaV4): TransactionMetaV4;
12134
12130
 
12135
- static 0(value: OperationMeta[]): TransactionMeta;
12136
-
12137
- static 1(value: TransactionMetaV1): TransactionMeta;
12138
-
12139
- static 2(value: TransactionMetaV2): TransactionMeta;
12140
-
12141
- static 3(value: TransactionMetaV3): TransactionMeta;
12142
-
12143
- static 4(value: TransactionMetaV4): TransactionMeta;
12144
-
12145
12131
  value():
12146
12132
  | OperationMeta[]
12147
12133
  | TransactionMetaV1
@@ -12171,13 +12157,13 @@ export namespace xdr {
12171
12157
  }
12172
12158
 
12173
12159
  class LedgerCloseMetaExt {
12174
- switch(): number;
12160
+ constructor(switchValue: 0);
12175
12161
 
12176
- v1(value?: LedgerCloseMetaExtV1): LedgerCloseMetaExtV1;
12162
+ constructor(switchValue: 1, value: LedgerCloseMetaExtV1);
12177
12163
 
12178
- static 0(): LedgerCloseMetaExt;
12164
+ switch(): number;
12179
12165
 
12180
- static 1(value: LedgerCloseMetaExtV1): LedgerCloseMetaExt;
12166
+ v1(value?: LedgerCloseMetaExtV1): LedgerCloseMetaExtV1;
12181
12167
 
12182
12168
  value(): LedgerCloseMetaExtV1 | void;
12183
12169
 
@@ -12203,6 +12189,12 @@ export namespace xdr {
12203
12189
  }
12204
12190
 
12205
12191
  class LedgerCloseMeta {
12192
+ constructor(switchValue: 0, value: LedgerCloseMetaV0);
12193
+
12194
+ constructor(switchValue: 1, value: LedgerCloseMetaV1);
12195
+
12196
+ constructor(switchValue: 2, value: LedgerCloseMetaV2);
12197
+
12206
12198
  switch(): number;
12207
12199
 
12208
12200
  v0(value?: LedgerCloseMetaV0): LedgerCloseMetaV0;
@@ -12211,12 +12203,6 @@ export namespace xdr {
12211
12203
 
12212
12204
  v2(value?: LedgerCloseMetaV2): LedgerCloseMetaV2;
12213
12205
 
12214
- static 0(value: LedgerCloseMetaV0): LedgerCloseMeta;
12215
-
12216
- static 1(value: LedgerCloseMetaV1): LedgerCloseMeta;
12217
-
12218
- static 2(value: LedgerCloseMetaV2): LedgerCloseMeta;
12219
-
12220
12206
  value(): LedgerCloseMetaV0 | LedgerCloseMetaV1 | LedgerCloseMetaV2;
12221
12207
 
12222
12208
  toXDR(format?: 'raw'): Buffer;
@@ -12251,7 +12237,7 @@ export namespace xdr {
12251
12237
 
12252
12238
  static iPv6(value: Buffer): PeerAddressIp;
12253
12239
 
12254
- value(): Buffer | Buffer;
12240
+ value(): Buffer;
12255
12241
 
12256
12242
  toXDR(format?: 'raw'): Buffer;
12257
12243
 
@@ -12427,7 +12413,6 @@ export namespace xdr {
12427
12413
  | SignedTimeSlicedSurveyResponseMessage
12428
12414
  | SignedTimeSlicedSurveyStartCollectingMessage
12429
12415
  | SignedTimeSlicedSurveyStopCollectingMessage
12430
- | Buffer
12431
12416
  | ScpQuorumSet
12432
12417
  | ScpEnvelope
12433
12418
  | number
@@ -12458,12 +12443,12 @@ export namespace xdr {
12458
12443
  }
12459
12444
 
12460
12445
  class AuthenticatedMessage {
12446
+ constructor(switchValue: 0, value: AuthenticatedMessageV0);
12447
+
12461
12448
  switch(): number;
12462
12449
 
12463
12450
  v0(value?: AuthenticatedMessageV0): AuthenticatedMessageV0;
12464
12451
 
12465
- static 0(value: AuthenticatedMessageV0): AuthenticatedMessage;
12466
-
12467
12452
  value(): AuthenticatedMessageV0;
12468
12453
 
12469
12454
  toXDR(format?: 'raw'): Buffer;
@@ -13070,7 +13055,7 @@ export namespace xdr {
13070
13055
 
13071
13056
  static memoReturn(value: Buffer): Memo;
13072
13057
 
13073
- value(): string | Buffer | Uint64 | Buffer | Buffer | void;
13058
+ value(): string | Buffer | Uint64 | void;
13074
13059
 
13075
13060
  toXDR(format?: 'raw'): Buffer;
13076
13061
 
@@ -13130,13 +13115,13 @@ export namespace xdr {
13130
13115
  }
13131
13116
 
13132
13117
  class SorobanTransactionDataExt {
13133
- switch(): number;
13118
+ constructor(switchValue: 0);
13134
13119
 
13135
- resourceExt(value?: SorobanResourcesExtV0): SorobanResourcesExtV0;
13120
+ constructor(switchValue: 1, value: SorobanResourcesExtV0);
13136
13121
 
13137
- static 0(): SorobanTransactionDataExt;
13122
+ switch(): number;
13138
13123
 
13139
- static 1(value: SorobanResourcesExtV0): SorobanTransactionDataExt;
13124
+ resourceExt(value?: SorobanResourcesExtV0): SorobanResourcesExtV0;
13140
13125
 
13141
13126
  value(): SorobanResourcesExtV0 | void;
13142
13127
 
@@ -13165,9 +13150,9 @@ export namespace xdr {
13165
13150
  }
13166
13151
 
13167
13152
  class TransactionV0Ext {
13168
- switch(): number;
13153
+ constructor(switchValue: 0);
13169
13154
 
13170
- static 0(): TransactionV0Ext;
13155
+ switch(): number;
13171
13156
 
13172
13157
  value(): void;
13173
13158
 
@@ -13193,13 +13178,13 @@ export namespace xdr {
13193
13178
  }
13194
13179
 
13195
13180
  class TransactionExt {
13196
- switch(): number;
13181
+ constructor(switchValue: 0);
13197
13182
 
13198
- sorobanData(value?: SorobanTransactionData): SorobanTransactionData;
13183
+ constructor(switchValue: 1, value: SorobanTransactionData);
13199
13184
 
13200
- static 0(): TransactionExt;
13185
+ switch(): number;
13201
13186
 
13202
- static 1(value: SorobanTransactionData): TransactionExt;
13187
+ sorobanData(value?: SorobanTransactionData): SorobanTransactionData;
13203
13188
 
13204
13189
  value(): SorobanTransactionData | void;
13205
13190
 
@@ -13260,9 +13245,9 @@ export namespace xdr {
13260
13245
  }
13261
13246
 
13262
13247
  class FeeBumpTransactionExt {
13263
- switch(): number;
13248
+ constructor(switchValue: 0);
13264
13249
 
13265
- static 0(): FeeBumpTransactionExt;
13250
+ switch(): number;
13266
13251
 
13267
13252
  value(): void;
13268
13253
 
@@ -14766,7 +14751,6 @@ export namespace xdr {
14766
14751
  | PaymentResult
14767
14752
  | PathPaymentStrictReceiveResult
14768
14753
  | ManageSellOfferResult
14769
- | ManageSellOfferResult
14770
14754
  | SetOptionsResult
14771
14755
  | ChangeTrustResult
14772
14756
  | AllowTrustResult
@@ -14919,9 +14903,9 @@ export namespace xdr {
14919
14903
  }
14920
14904
 
14921
14905
  class InnerTransactionResultExt {
14922
- switch(): number;
14906
+ constructor(switchValue: 0);
14923
14907
 
14924
- static 0(): InnerTransactionResultExt;
14908
+ switch(): number;
14925
14909
 
14926
14910
  value(): void;
14927
14911
 
@@ -15027,9 +15011,9 @@ export namespace xdr {
15027
15011
  }
15028
15012
 
15029
15013
  class TransactionResultExt {
15030
- switch(): number;
15014
+ constructor(switchValue: 0);
15031
15015
 
15032
- static 0(): TransactionResultExt;
15016
+ switch(): number;
15033
15017
 
15034
15018
  value(): void;
15035
15019
 
@@ -15058,9 +15042,9 @@ export namespace xdr {
15058
15042
  }
15059
15043
 
15060
15044
  class ExtensionPoint {
15061
- switch(): number;
15045
+ constructor(switchValue: 0);
15062
15046
 
15063
- static 0(): ExtensionPoint;
15047
+ switch(): number;
15064
15048
 
15065
15049
  value(): void;
15066
15050
 
@@ -15138,7 +15122,7 @@ export namespace xdr {
15138
15122
  value: SignerKeyEd25519SignedPayload,
15139
15123
  ): SignerKey;
15140
15124
 
15141
- value(): Buffer | Buffer | Buffer | SignerKeyEd25519SignedPayload;
15125
+ value(): Buffer | SignerKeyEd25519SignedPayload;
15142
15126
 
15143
15127
  toXDR(format?: 'raw'): Buffer;
15144
15128
 
@@ -15415,7 +15399,6 @@ export namespace xdr {
15415
15399
  | boolean
15416
15400
  | ScError
15417
15401
  | number
15418
- | number
15419
15402
  | Uint64
15420
15403
  | Int64
15421
15404
  | TimePoint
@@ -15426,12 +15409,8 @@ export namespace xdr {
15426
15409
  | Int256Parts
15427
15410
  | Buffer
15428
15411
  | string
15429
- | Buffer
15430
- | string
15431
- | Buffer
15432
15412
  | null
15433
15413
  | ScVal[]
15434
- | null
15435
15414
  | ScMapEntry[]
15436
15415
  | ScAddress
15437
15416
  | ScContractInstance
@@ -15851,9 +15830,6 @@ export namespace xdr {
15851
15830
  | ConfigSettingContractEventsV0
15852
15831
  | ConfigSettingContractBandwidthV0
15853
15832
  | ContractCostParamEntry[]
15854
- | ContractCostParamEntry[]
15855
- | number
15856
- | number
15857
15833
  | StateArchivalSettings
15858
15834
  | ConfigSettingContractExecutionLanesV0
15859
15835
  | Uint64[]