@ocap/client 1.13.63 → 1.13.67

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.
@@ -4592,26 +4592,6 @@
4592
4592
  "isDeprecated": false,
4593
4593
  "deprecationReason": null
4594
4594
  },
4595
- {
4596
- "name": "stakeSummary",
4597
- "description": null,
4598
- "args": [],
4599
- "type": {
4600
- "kind": "LIST",
4601
- "name": null,
4602
- "ofType": {
4603
- "kind": "NON_NULL",
4604
- "name": null,
4605
- "ofType": {
4606
- "kind": "OBJECT",
4607
- "name": "ForgeState_StakeSummaryEntry",
4608
- "ofType": null
4609
- }
4610
- }
4611
- },
4612
- "isDeprecated": false,
4613
- "deprecationReason": null
4614
- },
4615
4595
  {
4616
4596
  "name": "version",
4617
4597
  "description": null,
@@ -4648,46 +4628,6 @@
4648
4628
  "isDeprecated": false,
4649
4629
  "deprecationReason": null
4650
4630
  },
4651
- {
4652
- "name": "protocols",
4653
- "description": null,
4654
- "args": [],
4655
- "type": {
4656
- "kind": "LIST",
4657
- "name": null,
4658
- "ofType": {
4659
- "kind": "NON_NULL",
4660
- "name": null,
4661
- "ofType": {
4662
- "kind": "OBJECT",
4663
- "name": "CoreProtocol",
4664
- "ofType": null
4665
- }
4666
- }
4667
- },
4668
- "isDeprecated": false,
4669
- "deprecationReason": null
4670
- },
4671
- {
4672
- "name": "gas",
4673
- "description": null,
4674
- "args": [],
4675
- "type": {
4676
- "kind": "LIST",
4677
- "name": null,
4678
- "ofType": {
4679
- "kind": "NON_NULL",
4680
- "name": null,
4681
- "ofType": {
4682
- "kind": "OBJECT",
4683
- "name": "ForgeState_GasEntry",
4684
- "ofType": null
4685
- }
4686
- }
4687
- },
4688
- "isDeprecated": false,
4689
- "deprecationReason": null
4690
- },
4691
4631
  {
4692
4632
  "name": "upgradeInfo",
4693
4633
  "description": null,
@@ -4712,7 +4652,7 @@
4712
4652
  "name": null,
4713
4653
  "ofType": {
4714
4654
  "kind": "OBJECT",
4715
- "name": "ForgeState_AccountConfigEntry",
4655
+ "name": "AccountConfig",
4716
4656
  "ofType": null
4717
4657
  }
4718
4658
  }
@@ -4720,18 +4660,6 @@
4720
4660
  "isDeprecated": false,
4721
4661
  "deprecationReason": null
4722
4662
  },
4723
- {
4724
- "name": "tokenSwapConfig",
4725
- "description": null,
4726
- "args": [],
4727
- "type": {
4728
- "kind": "OBJECT",
4729
- "name": "TokenSwapConfig",
4730
- "ofType": null
4731
- },
4732
- "isDeprecated": false,
4733
- "deprecationReason": null
4734
- },
4735
4663
  {
4736
4664
  "name": "data",
4737
4665
  "description": null,
@@ -5183,88 +5111,6 @@
5183
5111
  ],
5184
5112
  "possibleTypes": null
5185
5113
  },
5186
- {
5187
- "kind": "OBJECT",
5188
- "name": "ForgeState_StakeSummaryEntry",
5189
- "description": null,
5190
- "fields": [
5191
- {
5192
- "name": "key",
5193
- "description": null,
5194
- "args": [],
5195
- "type": {
5196
- "kind": "SCALAR",
5197
- "name": "Int",
5198
- "ofType": null
5199
- },
5200
- "isDeprecated": false,
5201
- "deprecationReason": null
5202
- },
5203
- {
5204
- "name": "value",
5205
- "description": null,
5206
- "args": [],
5207
- "type": {
5208
- "kind": "OBJECT",
5209
- "name": "StakeSummary",
5210
- "ofType": null
5211
- },
5212
- "isDeprecated": false,
5213
- "deprecationReason": null
5214
- }
5215
- ],
5216
- "inputFields": null,
5217
- "interfaces": [],
5218
- "enumValues": null,
5219
- "possibleTypes": null
5220
- },
5221
- {
5222
- "kind": "OBJECT",
5223
- "name": "StakeSummary",
5224
- "description": null,
5225
- "fields": [
5226
- {
5227
- "name": "totalStakes",
5228
- "description": null,
5229
- "args": [],
5230
- "type": {
5231
- "kind": "SCALAR",
5232
- "name": "String",
5233
- "ofType": null
5234
- },
5235
- "isDeprecated": false,
5236
- "deprecationReason": null
5237
- },
5238
- {
5239
- "name": "totalUnstakes",
5240
- "description": null,
5241
- "args": [],
5242
- "type": {
5243
- "kind": "SCALAR",
5244
- "name": "String",
5245
- "ofType": null
5246
- },
5247
- "isDeprecated": false,
5248
- "deprecationReason": null
5249
- },
5250
- {
5251
- "name": "context",
5252
- "description": null,
5253
- "args": [],
5254
- "type": {
5255
- "kind": "OBJECT",
5256
- "name": "StateContext",
5257
- "ofType": null
5258
- },
5259
- "isDeprecated": false,
5260
- "deprecationReason": null
5261
- }
5262
- ],
5263
- "inputFields": null,
5264
- "interfaces": [],
5265
- "enumValues": null,
5266
- "possibleTypes": null
5267
- },
5268
5114
  {
5269
5115
  "kind": "OBJECT",
5270
5116
  "name": "ForgeToken",
@@ -5425,30 +5271,6 @@
5425
5271
  "isDeprecated": false,
5426
5272
  "deprecationReason": null
5427
5273
  },
5428
- {
5429
- "name": "minimumStake",
5430
- "description": null,
5431
- "args": [],
5432
- "type": {
5433
- "kind": "SCALAR",
5434
- "name": "String",
5435
- "ofType": null
5436
- },
5437
- "isDeprecated": false,
5438
- "deprecationReason": null
5439
- },
5440
- {
5441
- "name": "declare",
5442
- "description": null,
5443
- "args": [],
5444
- "type": {
5445
- "kind": "OBJECT",
5446
- "name": "DeclareConfig",
5447
- "ofType": null
5448
- },
5449
- "isDeprecated": false,
5450
- "deprecationReason": null
5451
- },
5452
5274
  {
5453
5275
  "name": "delegate",
5454
5276
  "description": null,
@@ -5462,60 +5284,21 @@
5462
5284
  "deprecationReason": null
5463
5285
  },
5464
5286
  {
5465
- "name": "stake",
5466
- "description": null,
5467
- "args": [],
5468
- "type": {
5469
- "kind": "OBJECT",
5470
- "name": "StakeConfig",
5471
- "ofType": null
5472
- },
5473
- "isDeprecated": false,
5474
- "deprecationReason": null
5475
- }
5476
- ],
5477
- "inputFields": null,
5478
- "interfaces": [],
5479
- "enumValues": null,
5480
- "possibleTypes": null
5481
- },
5482
- {
5483
- "kind": "OBJECT",
5484
- "name": "DeclareConfig",
5485
- "description": null,
5486
- "fields": [
5487
- {
5488
- "name": "restricted",
5287
+ "name": "txFee",
5489
5288
  "description": null,
5490
5289
  "args": [],
5491
5290
  "type": {
5492
- "kind": "SCALAR",
5493
- "name": "Boolean",
5494
- "ofType": null
5495
- },
5496
- "isDeprecated": false,
5497
- "deprecationReason": null
5498
- },
5499
- {
5500
- "name": "hierarchy",
5501
- "description": null,
5502
- "args": [],
5503
- "type": {
5504
- "kind": "SCALAR",
5505
- "name": "Int",
5506
- "ofType": null
5507
- },
5508
- "isDeprecated": false,
5509
- "deprecationReason": null
5510
- },
5511
- {
5512
- "name": "cost",
5513
- "description": null,
5514
- "args": [],
5515
- "type": {
5516
- "kind": "SCALAR",
5517
- "name": "String",
5518
- "ofType": null
5291
+ "kind": "LIST",
5292
+ "name": null,
5293
+ "ofType": {
5294
+ "kind": "NON_NULL",
5295
+ "name": null,
5296
+ "ofType": {
5297
+ "kind": "OBJECT",
5298
+ "name": "TxFeeConfig",
5299
+ "ofType": null
5300
+ }
5301
+ }
5519
5302
  },
5520
5303
  "isDeprecated": false,
5521
5304
  "deprecationReason": null
@@ -5571,46 +5354,11 @@
5571
5354
  },
5572
5355
  {
5573
5356
  "kind": "OBJECT",
5574
- "name": "StakeConfig",
5357
+ "name": "TxFeeConfig",
5575
5358
  "description": null,
5576
5359
  "fields": [
5577
5360
  {
5578
- "name": "timeoutGeneral",
5579
- "description": null,
5580
- "args": [],
5581
- "type": {
5582
- "kind": "SCALAR",
5583
- "name": "Int",
5584
- "ofType": null
5585
- },
5586
- "isDeprecated": false,
5587
- "deprecationReason": null
5588
- },
5589
- {
5590
- "name": "timeoutStakeForNode",
5591
- "description": null,
5592
- "args": [],
5593
- "type": {
5594
- "kind": "SCALAR",
5595
- "name": "Int",
5596
- "ofType": null
5597
- },
5598
- "isDeprecated": false,
5599
- "deprecationReason": null
5600
- }
5601
- ],
5602
- "inputFields": null,
5603
- "interfaces": [],
5604
- "enumValues": null,
5605
- "possibleTypes": null
5606
- },
5607
- {
5608
- "kind": "OBJECT",
5609
- "name": "CoreProtocol",
5610
- "description": null,
5611
- "fields": [
5612
- {
5613
- "name": "name",
5361
+ "name": "typeUrl",
5614
5362
  "description": null,
5615
5363
  "args": [],
5616
5364
  "type": {
@@ -5622,30 +5370,7 @@
5622
5370
  "deprecationReason": null
5623
5371
  },
5624
5372
  {
5625
- "name": "address",
5626
- "description": null,
5627
- "args": [],
5628
- "type": {
5629
- "kind": "SCALAR",
5630
- "name": "String",
5631
- "ofType": null
5632
- },
5633
- "isDeprecated": false,
5634
- "deprecationReason": null
5635
- }
5636
- ],
5637
- "inputFields": null,
5638
- "interfaces": [],
5639
- "enumValues": null,
5640
- "possibleTypes": null
5641
- },
5642
- {
5643
- "kind": "OBJECT",
5644
- "name": "ForgeState_GasEntry",
5645
- "description": null,
5646
- "fields": [
5647
- {
5648
- "name": "key",
5373
+ "name": "fee",
5649
5374
  "description": null,
5650
5375
  "args": [],
5651
5376
  "type": {
@@ -5655,18 +5380,6 @@
5655
5380
  },
5656
5381
  "isDeprecated": false,
5657
5382
  "deprecationReason": null
5658
- },
5659
- {
5660
- "name": "value",
5661
- "description": null,
5662
- "args": [],
5663
- "type": {
5664
- "kind": "SCALAR",
5665
- "name": "Int",
5666
- "ofType": null
5667
- },
5668
- "isDeprecated": false,
5669
- "deprecationReason": null
5670
5383
  }
5671
5384
  ],
5672
5385
  "inputFields": null,
@@ -5709,41 +5422,6 @@
5709
5422
  "enumValues": null,
5710
5423
  "possibleTypes": null
5711
5424
  },
5712
- {
5713
- "kind": "OBJECT",
5714
- "name": "ForgeState_AccountConfigEntry",
5715
- "description": null,
5716
- "fields": [
5717
- {
5718
- "name": "key",
5719
- "description": null,
5720
- "args": [],
5721
- "type": {
5722
- "kind": "SCALAR",
5723
- "name": "String",
5724
- "ofType": null
5725
- },
5726
- "isDeprecated": false,
5727
- "deprecationReason": null
5728
- },
5729
- {
5730
- "name": "value",
5731
- "description": null,
5732
- "args": [],
5733
- "type": {
5734
- "kind": "OBJECT",
5735
- "name": "AccountConfig",
5736
- "ofType": null
5737
- },
5738
- "isDeprecated": false,
5739
- "deprecationReason": null
5740
- }
5741
- ],
5742
- "inputFields": null,
5743
- "interfaces": [],
5744
- "enumValues": null,
5745
- "possibleTypes": null
5746
- },
5747
5425
  {
5748
5426
  "kind": "OBJECT",
5749
5427
  "name": "AccountConfig",
@@ -5791,77 +5469,6 @@
5791
5469
  "enumValues": null,
5792
5470
  "possibleTypes": null
5793
5471
  },
5794
- {
5795
- "kind": "OBJECT",
5796
- "name": "TokenSwapConfig",
5797
- "description": null,
5798
- "fields": [
5799
- {
5800
- "name": "commissionHolderAddress",
5801
- "description": null,
5802
- "args": [],
5803
- "type": {
5804
- "kind": "SCALAR",
5805
- "name": "String",
5806
- "ofType": null
5807
- },
5808
- "isDeprecated": false,
5809
- "deprecationReason": null
5810
- },
5811
- {
5812
- "name": "commissionRate",
5813
- "description": null,
5814
- "args": [],
5815
- "type": {
5816
- "kind": "SCALAR",
5817
- "name": "Int",
5818
- "ofType": null
5819
- },
5820
- "isDeprecated": false,
5821
- "deprecationReason": null
5822
- },
5823
- {
5824
- "name": "revokeCommissionRate",
5825
- "description": null,
5826
- "args": [],
5827
- "type": {
5828
- "kind": "SCALAR",
5829
- "name": "Int",
5830
- "ofType": null
5831
- },
5832
- "isDeprecated": false,
5833
- "deprecationReason": null
5834
- },
5835
- {
5836
- "name": "minCommission",
5837
- "description": null,
5838
- "args": [],
5839
- "type": {
5840
- "kind": "SCALAR",
5841
- "name": "String",
5842
- "ofType": null
5843
- },
5844
- "isDeprecated": false,
5845
- "deprecationReason": null
5846
- },
5847
- {
5848
- "name": "maxCommission",
5849
- "description": null,
5850
- "args": [],
5851
- "type": {
5852
- "kind": "SCALAR",
5853
- "name": "String",
5854
- "ofType": null
5855
- },
5856
- "isDeprecated": false,
5857
- "deprecationReason": null
5858
- }
5859
- ],
5860
- "inputFields": null,
5861
- "interfaces": [],
5862
- "enumValues": null,
5863
- "possibleTypes": null
5864
- },
5865
5472
  {
5866
5473
  "kind": "OBJECT",
5867
5474
  "name": "ResponseGetTx",