@dedot/chaintypes 0.0.1-alpha.78 → 0.0.1-alpha.79
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/astar/rpc.d.ts +7 -261
- package/moonbeam/rpc.d.ts +0 -44
- package/package.json +2 -2
package/astar/rpc.d.ts
CHANGED
|
@@ -121,6 +121,11 @@ export interface RpcCalls extends GenericRpcCalls {
|
|
|
121
121
|
**/
|
|
122
122
|
unstable_call: GenericRpcCall;
|
|
123
123
|
|
|
124
|
+
/**
|
|
125
|
+
* @rpcname: chainHead_unstable_continue
|
|
126
|
+
**/
|
|
127
|
+
unstable_continue: GenericRpcCall;
|
|
128
|
+
|
|
124
129
|
/**
|
|
125
130
|
* @rpcname: chainHead_unstable_follow
|
|
126
131
|
**/
|
|
@@ -137,19 +142,9 @@ export interface RpcCalls extends GenericRpcCalls {
|
|
|
137
142
|
unstable_header: GenericRpcCall;
|
|
138
143
|
|
|
139
144
|
/**
|
|
140
|
-
* @rpcname:
|
|
141
|
-
**/
|
|
142
|
-
unstable_stopBody: GenericRpcCall;
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* @rpcname: chainHead_unstable_stopCall
|
|
145
|
+
* @rpcname: chainHead_unstable_stopOperation
|
|
146
146
|
**/
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
/**
|
|
150
|
-
* @rpcname: chainHead_unstable_stopStorage
|
|
151
|
-
**/
|
|
152
|
-
unstable_stopStorage: GenericRpcCall;
|
|
147
|
+
unstable_stopOperation: GenericRpcCall;
|
|
153
148
|
|
|
154
149
|
/**
|
|
155
150
|
* @rpcname: chainHead_unstable_storage
|
|
@@ -328,242 +323,6 @@ export interface RpcCalls extends GenericRpcCalls {
|
|
|
328
323
|
|
|
329
324
|
[method: string]: GenericRpcCall;
|
|
330
325
|
};
|
|
331
|
-
eth: {
|
|
332
|
-
/**
|
|
333
|
-
* @rpcname: eth_accounts
|
|
334
|
-
**/
|
|
335
|
-
accounts: GenericRpcCall;
|
|
336
|
-
|
|
337
|
-
/**
|
|
338
|
-
* @rpcname: eth_blockNumber
|
|
339
|
-
**/
|
|
340
|
-
blockNumber: GenericRpcCall;
|
|
341
|
-
|
|
342
|
-
/**
|
|
343
|
-
* @rpcname: eth_call
|
|
344
|
-
**/
|
|
345
|
-
call: GenericRpcCall;
|
|
346
|
-
|
|
347
|
-
/**
|
|
348
|
-
* @rpcname: eth_chainId
|
|
349
|
-
**/
|
|
350
|
-
chainId: GenericRpcCall;
|
|
351
|
-
|
|
352
|
-
/**
|
|
353
|
-
* @rpcname: eth_coinbase
|
|
354
|
-
**/
|
|
355
|
-
coinbase: GenericRpcCall;
|
|
356
|
-
|
|
357
|
-
/**
|
|
358
|
-
* @rpcname: eth_estimateGas
|
|
359
|
-
**/
|
|
360
|
-
estimateGas: GenericRpcCall;
|
|
361
|
-
|
|
362
|
-
/**
|
|
363
|
-
* @rpcname: eth_feeHistory
|
|
364
|
-
**/
|
|
365
|
-
feeHistory: GenericRpcCall;
|
|
366
|
-
|
|
367
|
-
/**
|
|
368
|
-
* @rpcname: eth_gasPrice
|
|
369
|
-
**/
|
|
370
|
-
gasPrice: GenericRpcCall;
|
|
371
|
-
|
|
372
|
-
/**
|
|
373
|
-
* @rpcname: eth_getBalance
|
|
374
|
-
**/
|
|
375
|
-
getBalance: GenericRpcCall;
|
|
376
|
-
|
|
377
|
-
/**
|
|
378
|
-
* @rpcname: eth_getBlockByHash
|
|
379
|
-
**/
|
|
380
|
-
getBlockByHash: GenericRpcCall;
|
|
381
|
-
|
|
382
|
-
/**
|
|
383
|
-
* @rpcname: eth_getBlockByNumber
|
|
384
|
-
**/
|
|
385
|
-
getBlockByNumber: GenericRpcCall;
|
|
386
|
-
|
|
387
|
-
/**
|
|
388
|
-
* @rpcname: eth_getBlockTransactionCountByHash
|
|
389
|
-
**/
|
|
390
|
-
getBlockTransactionCountByHash: GenericRpcCall;
|
|
391
|
-
|
|
392
|
-
/**
|
|
393
|
-
* @rpcname: eth_getBlockTransactionCountByNumber
|
|
394
|
-
**/
|
|
395
|
-
getBlockTransactionCountByNumber: GenericRpcCall;
|
|
396
|
-
|
|
397
|
-
/**
|
|
398
|
-
* @rpcname: eth_getCode
|
|
399
|
-
**/
|
|
400
|
-
getCode: GenericRpcCall;
|
|
401
|
-
|
|
402
|
-
/**
|
|
403
|
-
* @rpcname: eth_getFilterChanges
|
|
404
|
-
**/
|
|
405
|
-
getFilterChanges: GenericRpcCall;
|
|
406
|
-
|
|
407
|
-
/**
|
|
408
|
-
* @rpcname: eth_getFilterLogs
|
|
409
|
-
**/
|
|
410
|
-
getFilterLogs: GenericRpcCall;
|
|
411
|
-
|
|
412
|
-
/**
|
|
413
|
-
* @rpcname: eth_getLogs
|
|
414
|
-
**/
|
|
415
|
-
getLogs: GenericRpcCall;
|
|
416
|
-
|
|
417
|
-
/**
|
|
418
|
-
* @rpcname: eth_getStorageAt
|
|
419
|
-
**/
|
|
420
|
-
getStorageAt: GenericRpcCall;
|
|
421
|
-
|
|
422
|
-
/**
|
|
423
|
-
* @rpcname: eth_getTransactionByBlockHashAndIndex
|
|
424
|
-
**/
|
|
425
|
-
getTransactionByBlockHashAndIndex: GenericRpcCall;
|
|
426
|
-
|
|
427
|
-
/**
|
|
428
|
-
* @rpcname: eth_getTransactionByBlockNumberAndIndex
|
|
429
|
-
**/
|
|
430
|
-
getTransactionByBlockNumberAndIndex: GenericRpcCall;
|
|
431
|
-
|
|
432
|
-
/**
|
|
433
|
-
* @rpcname: eth_getTransactionByHash
|
|
434
|
-
**/
|
|
435
|
-
getTransactionByHash: GenericRpcCall;
|
|
436
|
-
|
|
437
|
-
/**
|
|
438
|
-
* @rpcname: eth_getTransactionCount
|
|
439
|
-
**/
|
|
440
|
-
getTransactionCount: GenericRpcCall;
|
|
441
|
-
|
|
442
|
-
/**
|
|
443
|
-
* @rpcname: eth_getTransactionReceipt
|
|
444
|
-
**/
|
|
445
|
-
getTransactionReceipt: GenericRpcCall;
|
|
446
|
-
|
|
447
|
-
/**
|
|
448
|
-
* @rpcname: eth_getUncleByBlockHashAndIndex
|
|
449
|
-
**/
|
|
450
|
-
getUncleByBlockHashAndIndex: GenericRpcCall;
|
|
451
|
-
|
|
452
|
-
/**
|
|
453
|
-
* @rpcname: eth_getUncleByBlockNumberAndIndex
|
|
454
|
-
**/
|
|
455
|
-
getUncleByBlockNumberAndIndex: GenericRpcCall;
|
|
456
|
-
|
|
457
|
-
/**
|
|
458
|
-
* @rpcname: eth_getUncleCountByBlockHash
|
|
459
|
-
**/
|
|
460
|
-
getUncleCountByBlockHash: GenericRpcCall;
|
|
461
|
-
|
|
462
|
-
/**
|
|
463
|
-
* @rpcname: eth_getUncleCountByBlockNumber
|
|
464
|
-
**/
|
|
465
|
-
getUncleCountByBlockNumber: GenericRpcCall;
|
|
466
|
-
|
|
467
|
-
/**
|
|
468
|
-
* @rpcname: eth_getWork
|
|
469
|
-
**/
|
|
470
|
-
getWork: GenericRpcCall;
|
|
471
|
-
|
|
472
|
-
/**
|
|
473
|
-
* @rpcname: eth_hashrate
|
|
474
|
-
**/
|
|
475
|
-
hashrate: GenericRpcCall;
|
|
476
|
-
|
|
477
|
-
/**
|
|
478
|
-
* @rpcname: eth_maxPriorityFeePerGas
|
|
479
|
-
**/
|
|
480
|
-
maxPriorityFeePerGas: GenericRpcCall;
|
|
481
|
-
|
|
482
|
-
/**
|
|
483
|
-
* @rpcname: eth_mining
|
|
484
|
-
**/
|
|
485
|
-
mining: GenericRpcCall;
|
|
486
|
-
|
|
487
|
-
/**
|
|
488
|
-
* @rpcname: eth_newBlockFilter
|
|
489
|
-
**/
|
|
490
|
-
newBlockFilter: GenericRpcCall;
|
|
491
|
-
|
|
492
|
-
/**
|
|
493
|
-
* @rpcname: eth_newFilter
|
|
494
|
-
**/
|
|
495
|
-
newFilter: GenericRpcCall;
|
|
496
|
-
|
|
497
|
-
/**
|
|
498
|
-
* @rpcname: eth_newPendingTransactionFilter
|
|
499
|
-
**/
|
|
500
|
-
newPendingTransactionFilter: GenericRpcCall;
|
|
501
|
-
|
|
502
|
-
/**
|
|
503
|
-
* @rpcname: eth_protocolVersion
|
|
504
|
-
**/
|
|
505
|
-
protocolVersion: GenericRpcCall;
|
|
506
|
-
|
|
507
|
-
/**
|
|
508
|
-
* @rpcname: eth_sendRawTransaction
|
|
509
|
-
**/
|
|
510
|
-
sendRawTransaction: GenericRpcCall;
|
|
511
|
-
|
|
512
|
-
/**
|
|
513
|
-
* @rpcname: eth_sendTransaction
|
|
514
|
-
**/
|
|
515
|
-
sendTransaction: GenericRpcCall;
|
|
516
|
-
|
|
517
|
-
/**
|
|
518
|
-
* @rpcname: eth_submitHashrate
|
|
519
|
-
**/
|
|
520
|
-
submitHashrate: GenericRpcCall;
|
|
521
|
-
|
|
522
|
-
/**
|
|
523
|
-
* @rpcname: eth_submitWork
|
|
524
|
-
**/
|
|
525
|
-
submitWork: GenericRpcCall;
|
|
526
|
-
|
|
527
|
-
/**
|
|
528
|
-
* @rpcname: eth_subscribe
|
|
529
|
-
**/
|
|
530
|
-
subscribe: GenericRpcCall;
|
|
531
|
-
|
|
532
|
-
/**
|
|
533
|
-
* @rpcname: eth_syncing
|
|
534
|
-
**/
|
|
535
|
-
syncing: GenericRpcCall;
|
|
536
|
-
|
|
537
|
-
/**
|
|
538
|
-
* @rpcname: eth_uninstallFilter
|
|
539
|
-
**/
|
|
540
|
-
uninstallFilter: GenericRpcCall;
|
|
541
|
-
|
|
542
|
-
/**
|
|
543
|
-
* @rpcname: eth_unsubscribe
|
|
544
|
-
**/
|
|
545
|
-
unsubscribe: GenericRpcCall;
|
|
546
|
-
|
|
547
|
-
[method: string]: GenericRpcCall;
|
|
548
|
-
};
|
|
549
|
-
net: {
|
|
550
|
-
/**
|
|
551
|
-
* @rpcname: net_listening
|
|
552
|
-
**/
|
|
553
|
-
listening: GenericRpcCall;
|
|
554
|
-
|
|
555
|
-
/**
|
|
556
|
-
* @rpcname: net_peerCount
|
|
557
|
-
**/
|
|
558
|
-
peerCount: GenericRpcCall;
|
|
559
|
-
|
|
560
|
-
/**
|
|
561
|
-
* @rpcname: net_version
|
|
562
|
-
**/
|
|
563
|
-
version: GenericRpcCall;
|
|
564
|
-
|
|
565
|
-
[method: string]: GenericRpcCall;
|
|
566
|
-
};
|
|
567
326
|
offchain: {
|
|
568
327
|
/**
|
|
569
328
|
* Get offchain local storage under given key and prefix.
|
|
@@ -956,19 +715,6 @@ export interface RpcCalls extends GenericRpcCalls {
|
|
|
956
715
|
**/
|
|
957
716
|
unstable_unwatch: GenericRpcCall;
|
|
958
717
|
|
|
959
|
-
[method: string]: GenericRpcCall;
|
|
960
|
-
};
|
|
961
|
-
web3: {
|
|
962
|
-
/**
|
|
963
|
-
* @rpcname: web3_clientVersion
|
|
964
|
-
**/
|
|
965
|
-
clientVersion: GenericRpcCall;
|
|
966
|
-
|
|
967
|
-
/**
|
|
968
|
-
* @rpcname: web3_sha3
|
|
969
|
-
**/
|
|
970
|
-
sha3: GenericRpcCall;
|
|
971
|
-
|
|
972
718
|
[method: string]: GenericRpcCall;
|
|
973
719
|
};
|
|
974
720
|
}
|
package/moonbeam/rpc.d.ts
CHANGED
|
@@ -340,24 +340,6 @@ export interface RpcCalls extends GenericRpcCalls {
|
|
|
340
340
|
|
|
341
341
|
[method: string]: GenericRpcCall;
|
|
342
342
|
};
|
|
343
|
-
debug: {
|
|
344
|
-
/**
|
|
345
|
-
* @rpcname: debug_traceBlockByHash
|
|
346
|
-
**/
|
|
347
|
-
traceBlockByHash: GenericRpcCall;
|
|
348
|
-
|
|
349
|
-
/**
|
|
350
|
-
* @rpcname: debug_traceBlockByNumber
|
|
351
|
-
**/
|
|
352
|
-
traceBlockByNumber: GenericRpcCall;
|
|
353
|
-
|
|
354
|
-
/**
|
|
355
|
-
* @rpcname: debug_traceTransaction
|
|
356
|
-
**/
|
|
357
|
-
traceTransaction: GenericRpcCall;
|
|
358
|
-
|
|
359
|
-
[method: string]: GenericRpcCall;
|
|
360
|
-
};
|
|
361
343
|
eth: {
|
|
362
344
|
/**
|
|
363
345
|
* @rpcname: eth_accounts
|
|
@@ -993,14 +975,6 @@ export interface RpcCalls extends GenericRpcCalls {
|
|
|
993
975
|
|
|
994
976
|
[method: string]: GenericRpcCall;
|
|
995
977
|
};
|
|
996
|
-
trace: {
|
|
997
|
-
/**
|
|
998
|
-
* @rpcname: trace_filter
|
|
999
|
-
**/
|
|
1000
|
-
filter: GenericRpcCall;
|
|
1001
|
-
|
|
1002
|
-
[method: string]: GenericRpcCall;
|
|
1003
|
-
};
|
|
1004
978
|
transactionWatch: {
|
|
1005
979
|
/**
|
|
1006
980
|
* @rpcname: transactionWatch_unstable_submitAndWatch
|
|
@@ -1014,24 +988,6 @@ export interface RpcCalls extends GenericRpcCalls {
|
|
|
1014
988
|
|
|
1015
989
|
[method: string]: GenericRpcCall;
|
|
1016
990
|
};
|
|
1017
|
-
txpool: {
|
|
1018
|
-
/**
|
|
1019
|
-
* @rpcname: txpool_content
|
|
1020
|
-
**/
|
|
1021
|
-
content: GenericRpcCall;
|
|
1022
|
-
|
|
1023
|
-
/**
|
|
1024
|
-
* @rpcname: txpool_inspect
|
|
1025
|
-
**/
|
|
1026
|
-
inspect: GenericRpcCall;
|
|
1027
|
-
|
|
1028
|
-
/**
|
|
1029
|
-
* @rpcname: txpool_status
|
|
1030
|
-
**/
|
|
1031
|
-
status: GenericRpcCall;
|
|
1032
|
-
|
|
1033
|
-
[method: string]: GenericRpcCall;
|
|
1034
|
-
};
|
|
1035
991
|
web3: {
|
|
1036
992
|
/**
|
|
1037
993
|
* @rpcname: web3_clientVersion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dedot/chaintypes",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.79",
|
|
4
4
|
"description": "Types for substrate-based chains",
|
|
5
5
|
"author": "Thang X. Vu <thang@coongcrafts.io>",
|
|
6
6
|
"main": "",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"directory": "dist"
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "cc4cc1d10073f34917f75d5f3766bef3b9f95a1d",
|
|
24
24
|
"module": "./index.js",
|
|
25
25
|
"types": "./index.d.ts"
|
|
26
26
|
}
|