@nirvana-labs/nirvana 1.11.0 → 1.13.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/CHANGELOG.md +32 -0
- package/client.d.mts.map +1 -1
- package/client.d.ts.map +1 -1
- package/client.js +1 -1
- package/client.js.map +1 -1
- package/client.mjs +1 -1
- package/client.mjs.map +1 -1
- package/package.json +4 -5
- package/resources/api-keys.d.mts +2 -2
- package/resources/api-keys.d.ts +2 -2
- package/resources/api-keys.js +2 -2
- package/resources/api-keys.mjs +2 -2
- package/resources/connect/flux.d.mts +1 -1
- package/resources/connect/flux.d.ts +1 -1
- package/resources/connect/flux.js +1 -1
- package/resources/connect/flux.mjs +1 -1
- package/resources/networking/firewall-rules.d.mts +11 -7
- package/resources/networking/firewall-rules.d.mts.map +1 -1
- package/resources/networking/firewall-rules.d.ts +11 -7
- package/resources/networking/firewall-rules.d.ts.map +1 -1
- package/resources/networking/firewall-rules.js +1 -1
- package/resources/networking/firewall-rules.mjs +1 -1
- package/resources/rpc-nodes/dedicated/dedicated.d.mts +31 -2
- package/resources/rpc-nodes/dedicated/dedicated.d.mts.map +1 -1
- package/resources/rpc-nodes/dedicated/dedicated.d.ts +31 -2
- package/resources/rpc-nodes/dedicated/dedicated.d.ts.map +1 -1
- package/resources/rpc-nodes/dedicated/dedicated.js.map +1 -1
- package/resources/rpc-nodes/dedicated/dedicated.mjs.map +1 -1
- package/resources/rpc-nodes/flex/flex.d.mts +31 -2
- package/resources/rpc-nodes/flex/flex.d.mts.map +1 -1
- package/resources/rpc-nodes/flex/flex.d.ts +31 -2
- package/resources/rpc-nodes/flex/flex.d.ts.map +1 -1
- package/resources/rpc-nodes/flex/flex.js.map +1 -1
- package/resources/rpc-nodes/flex/flex.mjs.map +1 -1
- package/resources/shared.d.mts +1 -1
- package/resources/shared.d.mts.map +1 -1
- package/resources/shared.d.ts +1 -1
- package/resources/shared.d.ts.map +1 -1
- package/resources/vektor/borrow/borrow.d.mts +4 -0
- package/resources/vektor/borrow/borrow.d.mts.map +1 -1
- package/resources/vektor/borrow/borrow.d.ts +4 -0
- package/resources/vektor/borrow/borrow.d.ts.map +1 -1
- package/resources/vektor/borrow/borrow.js +4 -0
- package/resources/vektor/borrow/borrow.js.map +1 -1
- package/resources/vektor/borrow/borrow.mjs +4 -0
- package/resources/vektor/borrow/borrow.mjs.map +1 -1
- package/resources/vektor/borrow/index.d.mts +1 -0
- package/resources/vektor/borrow/index.d.mts.map +1 -1
- package/resources/vektor/borrow/index.d.ts +1 -0
- package/resources/vektor/borrow/index.d.ts.map +1 -1
- package/resources/vektor/borrow/index.js +3 -1
- package/resources/vektor/borrow/index.js.map +1 -1
- package/resources/vektor/borrow/index.mjs +1 -0
- package/resources/vektor/borrow/index.mjs.map +1 -1
- package/resources/vektor/borrow/repay.d.mts +47 -0
- package/resources/vektor/borrow/repay.d.mts.map +1 -0
- package/resources/vektor/borrow/repay.d.ts +47 -0
- package/resources/vektor/borrow/repay.d.ts.map +1 -0
- package/resources/vektor/borrow/repay.js +25 -0
- package/resources/vektor/borrow/repay.js.map +1 -0
- package/resources/vektor/borrow/repay.mjs +21 -0
- package/resources/vektor/borrow/repay.mjs.map +1 -0
- package/resources/vektor/executions/steps.d.mts +449 -68
- package/resources/vektor/executions/steps.d.mts.map +1 -1
- package/resources/vektor/executions/steps.d.ts +449 -68
- package/resources/vektor/executions/steps.d.ts.map +1 -1
- package/resources/vektor/registry/errors.d.mts +4 -9
- package/resources/vektor/registry/errors.d.mts.map +1 -1
- package/resources/vektor/registry/errors.d.ts +4 -9
- package/resources/vektor/registry/errors.d.ts.map +1 -1
- package/resources/vektor/registry/errors.js +2 -1
- package/resources/vektor/registry/errors.js.map +1 -1
- package/resources/vektor/registry/errors.mjs +2 -1
- package/resources/vektor/registry/errors.mjs.map +1 -1
- package/resources/vektor/registry/index.d.mts +1 -1
- package/resources/vektor/registry/index.d.mts.map +1 -1
- package/resources/vektor/registry/index.d.ts +1 -1
- package/resources/vektor/registry/index.d.ts.map +1 -1
- package/resources/vektor/registry/index.js.map +1 -1
- package/resources/vektor/registry/index.mjs.map +1 -1
- package/resources/vektor/registry/registry.d.mts +2 -2
- package/resources/vektor/registry/registry.d.mts.map +1 -1
- package/resources/vektor/registry/registry.d.ts +2 -2
- package/resources/vektor/registry/registry.d.ts.map +1 -1
- package/resources/vektor/registry/registry.js.map +1 -1
- package/resources/vektor/registry/registry.mjs.map +1 -1
- package/resources/vektor/vektor.d.mts +560 -85
- package/resources/vektor/vektor.d.mts.map +1 -1
- package/resources/vektor/vektor.d.ts +560 -85
- package/resources/vektor/vektor.d.ts.map +1 -1
- package/resources/vektor/vektor.js.map +1 -1
- package/resources/vektor/vektor.mjs.map +1 -1
- package/src/client.ts +3 -1
- package/src/resources/api-keys.ts +2 -2
- package/src/resources/connect/flux.ts +1 -1
- package/src/resources/networking/firewall-rules.ts +11 -7
- package/src/resources/rpc-nodes/dedicated/dedicated.ts +31 -3
- package/src/resources/rpc-nodes/flex/flex.ts +31 -3
- package/src/resources/shared.ts +0 -2
- package/src/resources/vektor/borrow/borrow.ts +6 -0
- package/src/resources/vektor/borrow/index.ts +1 -0
- package/src/resources/vektor/borrow/repay.ts +57 -0
- package/src/resources/vektor/executions/steps.ts +497 -44
- package/src/resources/vektor/registry/errors.ts +4 -10
- package/src/resources/vektor/registry/index.ts +1 -1
- package/src/resources/vektor/registry/registry.ts +2 -6
- package/src/resources/vektor/vektor.ts +627 -59
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -65,6 +65,7 @@ export interface StepGetResponse {
|
|
|
65
65
|
definition:
|
|
66
66
|
| StepGetResponse.ExecutionEVMTransactionApprove
|
|
67
67
|
| StepGetResponse.ExecutionEVMTransactionBorrow
|
|
68
|
+
| StepGetResponse.ExecutionEVMTransactionBorrowRepay
|
|
68
69
|
| StepGetResponse.ExecutionEVMTransactionBuy
|
|
69
70
|
| StepGetResponse.ExecutionEVMTransactionLend
|
|
70
71
|
| StepGetResponse.ExecutionEVMTransactionLendSetCollateral
|
|
@@ -83,6 +84,7 @@ export interface StepGetResponse {
|
|
|
83
84
|
type:
|
|
84
85
|
| 'evm_transaction_approve'
|
|
85
86
|
| 'evm_transaction_borrow'
|
|
87
|
+
| 'evm_transaction_borrow_repay'
|
|
86
88
|
| 'evm_transaction_buy'
|
|
87
89
|
| 'evm_transaction_lend'
|
|
88
90
|
| 'evm_transaction_lend_set_collateral'
|
|
@@ -144,7 +146,7 @@ export namespace StepGetResponse {
|
|
|
144
146
|
effective_gas_price: string | null;
|
|
145
147
|
|
|
146
148
|
/**
|
|
147
|
-
*
|
|
149
|
+
* Vektor error
|
|
148
150
|
*/
|
|
149
151
|
error: ExecutionEVMTransactionApprove.Error | null;
|
|
150
152
|
|
|
@@ -211,24 +213,51 @@ export namespace StepGetResponse {
|
|
|
211
213
|
|
|
212
214
|
export namespace ExecutionEVMTransactionApprove {
|
|
213
215
|
/**
|
|
214
|
-
*
|
|
216
|
+
* Vektor error
|
|
215
217
|
*/
|
|
216
218
|
export interface Error {
|
|
219
|
+
/**
|
|
220
|
+
* Error context
|
|
221
|
+
*/
|
|
222
|
+
context: Error.Context;
|
|
223
|
+
|
|
217
224
|
/**
|
|
218
225
|
* Error message
|
|
219
226
|
*/
|
|
220
227
|
message: string;
|
|
221
228
|
|
|
222
229
|
/**
|
|
223
|
-
*
|
|
230
|
+
* Request ID
|
|
231
|
+
*/
|
|
232
|
+
request_id: string;
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* Error resource
|
|
236
|
+
*/
|
|
237
|
+
resource: string | null;
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* ISO8601 Timestamp
|
|
224
241
|
*/
|
|
225
|
-
|
|
242
|
+
timestamp: VektorAPI.Timestamp;
|
|
226
243
|
|
|
227
244
|
/**
|
|
228
245
|
* Error type
|
|
229
246
|
*/
|
|
230
247
|
type: string;
|
|
231
248
|
}
|
|
249
|
+
|
|
250
|
+
export namespace Error {
|
|
251
|
+
/**
|
|
252
|
+
* Error context
|
|
253
|
+
*/
|
|
254
|
+
export interface Context {
|
|
255
|
+
/**
|
|
256
|
+
* Error parameters
|
|
257
|
+
*/
|
|
258
|
+
parameters: { [key: string]: unknown };
|
|
259
|
+
}
|
|
260
|
+
}
|
|
232
261
|
}
|
|
233
262
|
|
|
234
263
|
/**
|
|
@@ -275,7 +304,7 @@ export namespace StepGetResponse {
|
|
|
275
304
|
effective_gas_price: string | null;
|
|
276
305
|
|
|
277
306
|
/**
|
|
278
|
-
*
|
|
307
|
+
* Vektor error
|
|
279
308
|
*/
|
|
280
309
|
error: ExecutionEVMTransactionBorrow.Error | null;
|
|
281
310
|
|
|
@@ -343,24 +372,205 @@ export namespace StepGetResponse {
|
|
|
343
372
|
|
|
344
373
|
export namespace ExecutionEVMTransactionBorrow {
|
|
345
374
|
/**
|
|
346
|
-
*
|
|
375
|
+
* Vektor error
|
|
347
376
|
*/
|
|
348
377
|
export interface Error {
|
|
378
|
+
/**
|
|
379
|
+
* Error context
|
|
380
|
+
*/
|
|
381
|
+
context: Error.Context;
|
|
382
|
+
|
|
349
383
|
/**
|
|
350
384
|
* Error message
|
|
351
385
|
*/
|
|
352
386
|
message: string;
|
|
353
387
|
|
|
354
388
|
/**
|
|
355
|
-
*
|
|
389
|
+
* Request ID
|
|
356
390
|
*/
|
|
357
|
-
|
|
391
|
+
request_id: string;
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* Error resource
|
|
395
|
+
*/
|
|
396
|
+
resource: string | null;
|
|
397
|
+
|
|
398
|
+
/**
|
|
399
|
+
* ISO8601 Timestamp
|
|
400
|
+
*/
|
|
401
|
+
timestamp: VektorAPI.Timestamp;
|
|
358
402
|
|
|
359
403
|
/**
|
|
360
404
|
* Error type
|
|
361
405
|
*/
|
|
362
406
|
type: string;
|
|
363
407
|
}
|
|
408
|
+
|
|
409
|
+
export namespace Error {
|
|
410
|
+
/**
|
|
411
|
+
* Error context
|
|
412
|
+
*/
|
|
413
|
+
export interface Context {
|
|
414
|
+
/**
|
|
415
|
+
* Error parameters
|
|
416
|
+
*/
|
|
417
|
+
parameters: { [key: string]: unknown };
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* Repaying a borrowed asset
|
|
424
|
+
*/
|
|
425
|
+
export interface ExecutionEVMTransactionBorrowRepay {
|
|
426
|
+
/**
|
|
427
|
+
* An arbitrary precision decimal represented as a string
|
|
428
|
+
*/
|
|
429
|
+
amount: string | null;
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* On-chain asset (aka token)
|
|
433
|
+
*/
|
|
434
|
+
asset: VektorAPI.Asset;
|
|
435
|
+
|
|
436
|
+
block_number: number | null;
|
|
437
|
+
|
|
438
|
+
/**
|
|
439
|
+
* ISO8601 Timestamp
|
|
440
|
+
*/
|
|
441
|
+
broadcasted_at: string | null;
|
|
442
|
+
|
|
443
|
+
confirmation_target: number;
|
|
444
|
+
|
|
445
|
+
/**
|
|
446
|
+
* ISO8601 Timestamp
|
|
447
|
+
*/
|
|
448
|
+
confirmed_at: string | null;
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* ISO8601 Timestamp
|
|
452
|
+
*/
|
|
453
|
+
created_at: VektorAPI.Timestamp;
|
|
454
|
+
|
|
455
|
+
/**
|
|
456
|
+
* A hex string starting with 0x
|
|
457
|
+
*/
|
|
458
|
+
data: string | null;
|
|
459
|
+
|
|
460
|
+
/**
|
|
461
|
+
* An arbitrary precision decimal represented as a string
|
|
462
|
+
*/
|
|
463
|
+
effective_gas_price: string | null;
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* Vektor error
|
|
467
|
+
*/
|
|
468
|
+
error: ExecutionEVMTransactionBorrowRepay.Error | null;
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* ISO8601 Timestamp
|
|
472
|
+
*/
|
|
473
|
+
errored_at: string | null;
|
|
474
|
+
|
|
475
|
+
/**
|
|
476
|
+
* An arbitrary precision decimal represented as a string
|
|
477
|
+
*/
|
|
478
|
+
gas_used: string | null;
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* A transaction hash
|
|
482
|
+
*/
|
|
483
|
+
hash: string | null;
|
|
484
|
+
|
|
485
|
+
/**
|
|
486
|
+
* A lend/borrow market ID, represented as a TypeID with `lend_borrow_market`
|
|
487
|
+
* prefix
|
|
488
|
+
*/
|
|
489
|
+
lend_borrow_market_id: VektorAPI.LendBorrowMarketID;
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* The payload of an EIP-1559 transaction
|
|
493
|
+
*/
|
|
494
|
+
payload: VektorAPI.ExecutionEVMTransactionEIP1559Payload;
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* ISO8601 Timestamp
|
|
498
|
+
*/
|
|
499
|
+
signed_at: string | null;
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* The state of an EVM transaction
|
|
503
|
+
*/
|
|
504
|
+
state: VektorAPI.ExecutionEVMTransactionState;
|
|
505
|
+
|
|
506
|
+
/**
|
|
507
|
+
* The state of an EVM transaction
|
|
508
|
+
*/
|
|
509
|
+
target_state: VektorAPI.ExecutionEVMTransactionState;
|
|
510
|
+
|
|
511
|
+
/**
|
|
512
|
+
* An EVM address
|
|
513
|
+
*/
|
|
514
|
+
to: string | null;
|
|
515
|
+
|
|
516
|
+
/**
|
|
517
|
+
* ISO8601 Timestamp
|
|
518
|
+
*/
|
|
519
|
+
updated_at: VektorAPI.Timestamp;
|
|
520
|
+
|
|
521
|
+
/**
|
|
522
|
+
* An arbitrary precision decimal represented as a string
|
|
523
|
+
*/
|
|
524
|
+
value: string | null;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
export namespace ExecutionEVMTransactionBorrowRepay {
|
|
528
|
+
/**
|
|
529
|
+
* Vektor error
|
|
530
|
+
*/
|
|
531
|
+
export interface Error {
|
|
532
|
+
/**
|
|
533
|
+
* Error context
|
|
534
|
+
*/
|
|
535
|
+
context: Error.Context;
|
|
536
|
+
|
|
537
|
+
/**
|
|
538
|
+
* Error message
|
|
539
|
+
*/
|
|
540
|
+
message: string;
|
|
541
|
+
|
|
542
|
+
/**
|
|
543
|
+
* Request ID
|
|
544
|
+
*/
|
|
545
|
+
request_id: string;
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* Error resource
|
|
549
|
+
*/
|
|
550
|
+
resource: string | null;
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* ISO8601 Timestamp
|
|
554
|
+
*/
|
|
555
|
+
timestamp: VektorAPI.Timestamp;
|
|
556
|
+
|
|
557
|
+
/**
|
|
558
|
+
* Error type
|
|
559
|
+
*/
|
|
560
|
+
type: string;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
export namespace Error {
|
|
564
|
+
/**
|
|
565
|
+
* Error context
|
|
566
|
+
*/
|
|
567
|
+
export interface Context {
|
|
568
|
+
/**
|
|
569
|
+
* Error parameters
|
|
570
|
+
*/
|
|
571
|
+
parameters: { [key: string]: unknown };
|
|
572
|
+
}
|
|
573
|
+
}
|
|
364
574
|
}
|
|
365
575
|
|
|
366
576
|
/**
|
|
@@ -402,7 +612,7 @@ export namespace StepGetResponse {
|
|
|
402
612
|
effective_gas_price: string | null;
|
|
403
613
|
|
|
404
614
|
/**
|
|
405
|
-
*
|
|
615
|
+
* Vektor error
|
|
406
616
|
*/
|
|
407
617
|
error: ExecutionEVMTransactionBuy.Error | null;
|
|
408
618
|
|
|
@@ -474,24 +684,51 @@ export namespace StepGetResponse {
|
|
|
474
684
|
|
|
475
685
|
export namespace ExecutionEVMTransactionBuy {
|
|
476
686
|
/**
|
|
477
|
-
*
|
|
687
|
+
* Vektor error
|
|
478
688
|
*/
|
|
479
689
|
export interface Error {
|
|
690
|
+
/**
|
|
691
|
+
* Error context
|
|
692
|
+
*/
|
|
693
|
+
context: Error.Context;
|
|
694
|
+
|
|
480
695
|
/**
|
|
481
696
|
* Error message
|
|
482
697
|
*/
|
|
483
698
|
message: string;
|
|
484
699
|
|
|
485
700
|
/**
|
|
486
|
-
*
|
|
701
|
+
* Request ID
|
|
487
702
|
*/
|
|
488
|
-
|
|
703
|
+
request_id: string;
|
|
704
|
+
|
|
705
|
+
/**
|
|
706
|
+
* Error resource
|
|
707
|
+
*/
|
|
708
|
+
resource: string | null;
|
|
709
|
+
|
|
710
|
+
/**
|
|
711
|
+
* ISO8601 Timestamp
|
|
712
|
+
*/
|
|
713
|
+
timestamp: VektorAPI.Timestamp;
|
|
489
714
|
|
|
490
715
|
/**
|
|
491
716
|
* Error type
|
|
492
717
|
*/
|
|
493
718
|
type: string;
|
|
494
719
|
}
|
|
720
|
+
|
|
721
|
+
export namespace Error {
|
|
722
|
+
/**
|
|
723
|
+
* Error context
|
|
724
|
+
*/
|
|
725
|
+
export interface Context {
|
|
726
|
+
/**
|
|
727
|
+
* Error parameters
|
|
728
|
+
*/
|
|
729
|
+
parameters: { [key: string]: unknown };
|
|
730
|
+
}
|
|
731
|
+
}
|
|
495
732
|
}
|
|
496
733
|
|
|
497
734
|
/**
|
|
@@ -538,7 +775,7 @@ export namespace StepGetResponse {
|
|
|
538
775
|
effective_gas_price: string | null;
|
|
539
776
|
|
|
540
777
|
/**
|
|
541
|
-
*
|
|
778
|
+
* Vektor error
|
|
542
779
|
*/
|
|
543
780
|
error: ExecutionEVMTransactionLend.Error | null;
|
|
544
781
|
|
|
@@ -606,24 +843,51 @@ export namespace StepGetResponse {
|
|
|
606
843
|
|
|
607
844
|
export namespace ExecutionEVMTransactionLend {
|
|
608
845
|
/**
|
|
609
|
-
*
|
|
846
|
+
* Vektor error
|
|
610
847
|
*/
|
|
611
848
|
export interface Error {
|
|
849
|
+
/**
|
|
850
|
+
* Error context
|
|
851
|
+
*/
|
|
852
|
+
context: Error.Context;
|
|
853
|
+
|
|
612
854
|
/**
|
|
613
855
|
* Error message
|
|
614
856
|
*/
|
|
615
857
|
message: string;
|
|
616
858
|
|
|
617
859
|
/**
|
|
618
|
-
*
|
|
860
|
+
* Request ID
|
|
619
861
|
*/
|
|
620
|
-
|
|
862
|
+
request_id: string;
|
|
863
|
+
|
|
864
|
+
/**
|
|
865
|
+
* Error resource
|
|
866
|
+
*/
|
|
867
|
+
resource: string | null;
|
|
868
|
+
|
|
869
|
+
/**
|
|
870
|
+
* ISO8601 Timestamp
|
|
871
|
+
*/
|
|
872
|
+
timestamp: VektorAPI.Timestamp;
|
|
621
873
|
|
|
622
874
|
/**
|
|
623
875
|
* Error type
|
|
624
876
|
*/
|
|
625
877
|
type: string;
|
|
626
878
|
}
|
|
879
|
+
|
|
880
|
+
export namespace Error {
|
|
881
|
+
/**
|
|
882
|
+
* Error context
|
|
883
|
+
*/
|
|
884
|
+
export interface Context {
|
|
885
|
+
/**
|
|
886
|
+
* Error parameters
|
|
887
|
+
*/
|
|
888
|
+
parameters: { [key: string]: unknown };
|
|
889
|
+
}
|
|
890
|
+
}
|
|
627
891
|
}
|
|
628
892
|
|
|
629
893
|
/**
|
|
@@ -660,7 +924,7 @@ export namespace StepGetResponse {
|
|
|
660
924
|
effective_gas_price: string | null;
|
|
661
925
|
|
|
662
926
|
/**
|
|
663
|
-
*
|
|
927
|
+
* Vektor error
|
|
664
928
|
*/
|
|
665
929
|
error: ExecutionEVMTransactionLendSetCollateral.Error | null;
|
|
666
930
|
|
|
@@ -725,24 +989,51 @@ export namespace StepGetResponse {
|
|
|
725
989
|
|
|
726
990
|
export namespace ExecutionEVMTransactionLendSetCollateral {
|
|
727
991
|
/**
|
|
728
|
-
*
|
|
992
|
+
* Vektor error
|
|
729
993
|
*/
|
|
730
994
|
export interface Error {
|
|
995
|
+
/**
|
|
996
|
+
* Error context
|
|
997
|
+
*/
|
|
998
|
+
context: Error.Context;
|
|
999
|
+
|
|
731
1000
|
/**
|
|
732
1001
|
* Error message
|
|
733
1002
|
*/
|
|
734
1003
|
message: string;
|
|
735
1004
|
|
|
736
1005
|
/**
|
|
737
|
-
*
|
|
1006
|
+
* Request ID
|
|
1007
|
+
*/
|
|
1008
|
+
request_id: string;
|
|
1009
|
+
|
|
1010
|
+
/**
|
|
1011
|
+
* Error resource
|
|
738
1012
|
*/
|
|
739
|
-
|
|
1013
|
+
resource: string | null;
|
|
1014
|
+
|
|
1015
|
+
/**
|
|
1016
|
+
* ISO8601 Timestamp
|
|
1017
|
+
*/
|
|
1018
|
+
timestamp: VektorAPI.Timestamp;
|
|
740
1019
|
|
|
741
1020
|
/**
|
|
742
1021
|
* Error type
|
|
743
1022
|
*/
|
|
744
1023
|
type: string;
|
|
745
1024
|
}
|
|
1025
|
+
|
|
1026
|
+
export namespace Error {
|
|
1027
|
+
/**
|
|
1028
|
+
* Error context
|
|
1029
|
+
*/
|
|
1030
|
+
export interface Context {
|
|
1031
|
+
/**
|
|
1032
|
+
* Error parameters
|
|
1033
|
+
*/
|
|
1034
|
+
parameters: { [key: string]: unknown };
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
746
1037
|
}
|
|
747
1038
|
|
|
748
1039
|
/**
|
|
@@ -789,7 +1080,7 @@ export namespace StepGetResponse {
|
|
|
789
1080
|
effective_gas_price: string | null;
|
|
790
1081
|
|
|
791
1082
|
/**
|
|
792
|
-
*
|
|
1083
|
+
* Vektor error
|
|
793
1084
|
*/
|
|
794
1085
|
error: ExecutionEVMTransactionLendWithdraw.Error | null;
|
|
795
1086
|
|
|
@@ -852,24 +1143,51 @@ export namespace StepGetResponse {
|
|
|
852
1143
|
|
|
853
1144
|
export namespace ExecutionEVMTransactionLendWithdraw {
|
|
854
1145
|
/**
|
|
855
|
-
*
|
|
1146
|
+
* Vektor error
|
|
856
1147
|
*/
|
|
857
1148
|
export interface Error {
|
|
1149
|
+
/**
|
|
1150
|
+
* Error context
|
|
1151
|
+
*/
|
|
1152
|
+
context: Error.Context;
|
|
1153
|
+
|
|
858
1154
|
/**
|
|
859
1155
|
* Error message
|
|
860
1156
|
*/
|
|
861
1157
|
message: string;
|
|
862
1158
|
|
|
863
1159
|
/**
|
|
864
|
-
*
|
|
1160
|
+
* Request ID
|
|
1161
|
+
*/
|
|
1162
|
+
request_id: string;
|
|
1163
|
+
|
|
1164
|
+
/**
|
|
1165
|
+
* Error resource
|
|
865
1166
|
*/
|
|
866
|
-
|
|
1167
|
+
resource: string | null;
|
|
1168
|
+
|
|
1169
|
+
/**
|
|
1170
|
+
* ISO8601 Timestamp
|
|
1171
|
+
*/
|
|
1172
|
+
timestamp: VektorAPI.Timestamp;
|
|
867
1173
|
|
|
868
1174
|
/**
|
|
869
1175
|
* Error type
|
|
870
1176
|
*/
|
|
871
1177
|
type: string;
|
|
872
1178
|
}
|
|
1179
|
+
|
|
1180
|
+
export namespace Error {
|
|
1181
|
+
/**
|
|
1182
|
+
* Error context
|
|
1183
|
+
*/
|
|
1184
|
+
export interface Context {
|
|
1185
|
+
/**
|
|
1186
|
+
* Error parameters
|
|
1187
|
+
*/
|
|
1188
|
+
parameters: { [key: string]: unknown };
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
873
1191
|
}
|
|
874
1192
|
|
|
875
1193
|
/**
|
|
@@ -916,7 +1234,7 @@ export namespace StepGetResponse {
|
|
|
916
1234
|
effective_gas_price: string | null;
|
|
917
1235
|
|
|
918
1236
|
/**
|
|
919
|
-
*
|
|
1237
|
+
* Vektor error
|
|
920
1238
|
*/
|
|
921
1239
|
error: ExecutionEVMTransactionMove.Error | null;
|
|
922
1240
|
|
|
@@ -973,24 +1291,51 @@ export namespace StepGetResponse {
|
|
|
973
1291
|
|
|
974
1292
|
export namespace ExecutionEVMTransactionMove {
|
|
975
1293
|
/**
|
|
976
|
-
*
|
|
1294
|
+
* Vektor error
|
|
977
1295
|
*/
|
|
978
1296
|
export interface Error {
|
|
1297
|
+
/**
|
|
1298
|
+
* Error context
|
|
1299
|
+
*/
|
|
1300
|
+
context: Error.Context;
|
|
1301
|
+
|
|
979
1302
|
/**
|
|
980
1303
|
* Error message
|
|
981
1304
|
*/
|
|
982
1305
|
message: string;
|
|
983
1306
|
|
|
984
1307
|
/**
|
|
985
|
-
*
|
|
1308
|
+
* Request ID
|
|
1309
|
+
*/
|
|
1310
|
+
request_id: string;
|
|
1311
|
+
|
|
1312
|
+
/**
|
|
1313
|
+
* Error resource
|
|
986
1314
|
*/
|
|
987
|
-
|
|
1315
|
+
resource: string | null;
|
|
1316
|
+
|
|
1317
|
+
/**
|
|
1318
|
+
* ISO8601 Timestamp
|
|
1319
|
+
*/
|
|
1320
|
+
timestamp: VektorAPI.Timestamp;
|
|
988
1321
|
|
|
989
1322
|
/**
|
|
990
1323
|
* Error type
|
|
991
1324
|
*/
|
|
992
1325
|
type: string;
|
|
993
1326
|
}
|
|
1327
|
+
|
|
1328
|
+
export namespace Error {
|
|
1329
|
+
/**
|
|
1330
|
+
* Error context
|
|
1331
|
+
*/
|
|
1332
|
+
export interface Context {
|
|
1333
|
+
/**
|
|
1334
|
+
* Error parameters
|
|
1335
|
+
*/
|
|
1336
|
+
parameters: { [key: string]: unknown };
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
994
1339
|
}
|
|
995
1340
|
|
|
996
1341
|
/**
|
|
@@ -1032,7 +1377,7 @@ export namespace StepGetResponse {
|
|
|
1032
1377
|
effective_gas_price: string | null;
|
|
1033
1378
|
|
|
1034
1379
|
/**
|
|
1035
|
-
*
|
|
1380
|
+
* Vektor error
|
|
1036
1381
|
*/
|
|
1037
1382
|
error: ExecutionEVMTransactionPermission.Error | null;
|
|
1038
1383
|
|
|
@@ -1107,24 +1452,51 @@ export namespace StepGetResponse {
|
|
|
1107
1452
|
|
|
1108
1453
|
export namespace ExecutionEVMTransactionPermission {
|
|
1109
1454
|
/**
|
|
1110
|
-
*
|
|
1455
|
+
* Vektor error
|
|
1111
1456
|
*/
|
|
1112
1457
|
export interface Error {
|
|
1458
|
+
/**
|
|
1459
|
+
* Error context
|
|
1460
|
+
*/
|
|
1461
|
+
context: Error.Context;
|
|
1462
|
+
|
|
1113
1463
|
/**
|
|
1114
1464
|
* Error message
|
|
1115
1465
|
*/
|
|
1116
1466
|
message: string;
|
|
1117
1467
|
|
|
1118
1468
|
/**
|
|
1119
|
-
*
|
|
1469
|
+
* Request ID
|
|
1470
|
+
*/
|
|
1471
|
+
request_id: string;
|
|
1472
|
+
|
|
1473
|
+
/**
|
|
1474
|
+
* Error resource
|
|
1120
1475
|
*/
|
|
1121
|
-
|
|
1476
|
+
resource: string | null;
|
|
1477
|
+
|
|
1478
|
+
/**
|
|
1479
|
+
* ISO8601 Timestamp
|
|
1480
|
+
*/
|
|
1481
|
+
timestamp: VektorAPI.Timestamp;
|
|
1122
1482
|
|
|
1123
1483
|
/**
|
|
1124
1484
|
* Error type
|
|
1125
1485
|
*/
|
|
1126
1486
|
type: string;
|
|
1127
1487
|
}
|
|
1488
|
+
|
|
1489
|
+
export namespace Error {
|
|
1490
|
+
/**
|
|
1491
|
+
* Error context
|
|
1492
|
+
*/
|
|
1493
|
+
export interface Context {
|
|
1494
|
+
/**
|
|
1495
|
+
* Error parameters
|
|
1496
|
+
*/
|
|
1497
|
+
parameters: { [key: string]: unknown };
|
|
1498
|
+
}
|
|
1499
|
+
}
|
|
1128
1500
|
}
|
|
1129
1501
|
|
|
1130
1502
|
/**
|
|
@@ -1166,7 +1538,7 @@ export namespace StepGetResponse {
|
|
|
1166
1538
|
effective_gas_price: string | null;
|
|
1167
1539
|
|
|
1168
1540
|
/**
|
|
1169
|
-
*
|
|
1541
|
+
* Vektor error
|
|
1170
1542
|
*/
|
|
1171
1543
|
error: ExecutionEVMTransactionUnwrap.Error | null;
|
|
1172
1544
|
|
|
@@ -1223,24 +1595,51 @@ export namespace StepGetResponse {
|
|
|
1223
1595
|
|
|
1224
1596
|
export namespace ExecutionEVMTransactionUnwrap {
|
|
1225
1597
|
/**
|
|
1226
|
-
*
|
|
1598
|
+
* Vektor error
|
|
1227
1599
|
*/
|
|
1228
1600
|
export interface Error {
|
|
1601
|
+
/**
|
|
1602
|
+
* Error context
|
|
1603
|
+
*/
|
|
1604
|
+
context: Error.Context;
|
|
1605
|
+
|
|
1229
1606
|
/**
|
|
1230
1607
|
* Error message
|
|
1231
1608
|
*/
|
|
1232
1609
|
message: string;
|
|
1233
1610
|
|
|
1234
1611
|
/**
|
|
1235
|
-
*
|
|
1612
|
+
* Request ID
|
|
1613
|
+
*/
|
|
1614
|
+
request_id: string;
|
|
1615
|
+
|
|
1616
|
+
/**
|
|
1617
|
+
* Error resource
|
|
1236
1618
|
*/
|
|
1237
|
-
|
|
1619
|
+
resource: string | null;
|
|
1620
|
+
|
|
1621
|
+
/**
|
|
1622
|
+
* ISO8601 Timestamp
|
|
1623
|
+
*/
|
|
1624
|
+
timestamp: VektorAPI.Timestamp;
|
|
1238
1625
|
|
|
1239
1626
|
/**
|
|
1240
1627
|
* Error type
|
|
1241
1628
|
*/
|
|
1242
1629
|
type: string;
|
|
1243
1630
|
}
|
|
1631
|
+
|
|
1632
|
+
export namespace Error {
|
|
1633
|
+
/**
|
|
1634
|
+
* Error context
|
|
1635
|
+
*/
|
|
1636
|
+
export interface Context {
|
|
1637
|
+
/**
|
|
1638
|
+
* Error parameters
|
|
1639
|
+
*/
|
|
1640
|
+
parameters: { [key: string]: unknown };
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1244
1643
|
}
|
|
1245
1644
|
|
|
1246
1645
|
/**
|
|
@@ -1282,7 +1681,7 @@ export namespace StepGetResponse {
|
|
|
1282
1681
|
effective_gas_price: string | null;
|
|
1283
1682
|
|
|
1284
1683
|
/**
|
|
1285
|
-
*
|
|
1684
|
+
* Vektor error
|
|
1286
1685
|
*/
|
|
1287
1686
|
error: ExecutionEVMTransactionWrap.Error | null;
|
|
1288
1687
|
|
|
@@ -1339,24 +1738,51 @@ export namespace StepGetResponse {
|
|
|
1339
1738
|
|
|
1340
1739
|
export namespace ExecutionEVMTransactionWrap {
|
|
1341
1740
|
/**
|
|
1342
|
-
*
|
|
1741
|
+
* Vektor error
|
|
1343
1742
|
*/
|
|
1344
1743
|
export interface Error {
|
|
1744
|
+
/**
|
|
1745
|
+
* Error context
|
|
1746
|
+
*/
|
|
1747
|
+
context: Error.Context;
|
|
1748
|
+
|
|
1345
1749
|
/**
|
|
1346
1750
|
* Error message
|
|
1347
1751
|
*/
|
|
1348
1752
|
message: string;
|
|
1349
1753
|
|
|
1350
1754
|
/**
|
|
1351
|
-
*
|
|
1755
|
+
* Request ID
|
|
1756
|
+
*/
|
|
1757
|
+
request_id: string;
|
|
1758
|
+
|
|
1759
|
+
/**
|
|
1760
|
+
* Error resource
|
|
1761
|
+
*/
|
|
1762
|
+
resource: string | null;
|
|
1763
|
+
|
|
1764
|
+
/**
|
|
1765
|
+
* ISO8601 Timestamp
|
|
1352
1766
|
*/
|
|
1353
|
-
|
|
1767
|
+
timestamp: VektorAPI.Timestamp;
|
|
1354
1768
|
|
|
1355
1769
|
/**
|
|
1356
1770
|
* Error type
|
|
1357
1771
|
*/
|
|
1358
1772
|
type: string;
|
|
1359
1773
|
}
|
|
1774
|
+
|
|
1775
|
+
export namespace Error {
|
|
1776
|
+
/**
|
|
1777
|
+
* Error context
|
|
1778
|
+
*/
|
|
1779
|
+
export interface Context {
|
|
1780
|
+
/**
|
|
1781
|
+
* Error parameters
|
|
1782
|
+
*/
|
|
1783
|
+
parameters: { [key: string]: unknown };
|
|
1784
|
+
}
|
|
1785
|
+
}
|
|
1360
1786
|
}
|
|
1361
1787
|
|
|
1362
1788
|
/**
|
|
@@ -1398,7 +1824,7 @@ export namespace StepGetResponse {
|
|
|
1398
1824
|
effective_gas_price: string | null;
|
|
1399
1825
|
|
|
1400
1826
|
/**
|
|
1401
|
-
*
|
|
1827
|
+
* Vektor error
|
|
1402
1828
|
*/
|
|
1403
1829
|
error: ExecutionEVMTransactionSell.Error | null;
|
|
1404
1830
|
|
|
@@ -1470,24 +1896,51 @@ export namespace StepGetResponse {
|
|
|
1470
1896
|
|
|
1471
1897
|
export namespace ExecutionEVMTransactionSell {
|
|
1472
1898
|
/**
|
|
1473
|
-
*
|
|
1899
|
+
* Vektor error
|
|
1474
1900
|
*/
|
|
1475
1901
|
export interface Error {
|
|
1902
|
+
/**
|
|
1903
|
+
* Error context
|
|
1904
|
+
*/
|
|
1905
|
+
context: Error.Context;
|
|
1906
|
+
|
|
1476
1907
|
/**
|
|
1477
1908
|
* Error message
|
|
1478
1909
|
*/
|
|
1479
1910
|
message: string;
|
|
1480
1911
|
|
|
1481
1912
|
/**
|
|
1482
|
-
*
|
|
1913
|
+
* Request ID
|
|
1483
1914
|
*/
|
|
1484
|
-
|
|
1915
|
+
request_id: string;
|
|
1916
|
+
|
|
1917
|
+
/**
|
|
1918
|
+
* Error resource
|
|
1919
|
+
*/
|
|
1920
|
+
resource: string | null;
|
|
1921
|
+
|
|
1922
|
+
/**
|
|
1923
|
+
* ISO8601 Timestamp
|
|
1924
|
+
*/
|
|
1925
|
+
timestamp: VektorAPI.Timestamp;
|
|
1485
1926
|
|
|
1486
1927
|
/**
|
|
1487
1928
|
* Error type
|
|
1488
1929
|
*/
|
|
1489
1930
|
type: string;
|
|
1490
1931
|
}
|
|
1932
|
+
|
|
1933
|
+
export namespace Error {
|
|
1934
|
+
/**
|
|
1935
|
+
* Error context
|
|
1936
|
+
*/
|
|
1937
|
+
export interface Context {
|
|
1938
|
+
/**
|
|
1939
|
+
* Error parameters
|
|
1940
|
+
*/
|
|
1941
|
+
parameters: { [key: string]: unknown };
|
|
1942
|
+
}
|
|
1943
|
+
}
|
|
1491
1944
|
}
|
|
1492
1945
|
}
|
|
1493
1946
|
|