@polymeshassociation/polymesh-sdk 27.5.0 → 27.5.1
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/api/procedures/utils.d.ts +0 -6
- package/api/procedures/utils.d.ts.map +1 -1
- package/api/procedures/utils.js +3 -19
- package/api/procedures/utils.js.map +1 -1
- package/generated/types.d.ts +11 -4
- package/generated/types.d.ts.map +1 -1
- package/generated/types.js +9 -1
- package/generated/types.js.map +1 -1
- package/package.json +8 -4
- package/polkadot/augment-api-consts.d.ts +85 -1
- package/polkadot/augment-api-consts.d.ts.map +1 -1
- package/polkadot/augment-api-errors.d.ts +44 -12
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +179 -51
- package/polkadot/augment-api-events.d.ts.map +1 -1
- package/polkadot/augment-api-query.d.ts +49 -59
- package/polkadot/augment-api-query.d.ts.map +1 -1
- package/polkadot/augment-api-runtime.d.ts +144 -3
- package/polkadot/augment-api-runtime.d.ts.map +1 -1
- package/polkadot/augment-api-tx.d.ts +663 -284
- package/polkadot/augment-api-tx.d.ts.map +1 -1
- package/polkadot/lookup.d.ts +388 -509
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +408 -521
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/polymesh/definitions.d.ts +307 -1
- package/polkadot/polymesh/definitions.d.ts.map +1 -1
- package/polkadot/polymesh/definitions.js +571 -1
- package/polkadot/polymesh/definitions.js.map +1 -1
- package/polkadot/registry.d.ts +36 -53
- package/polkadot/registry.d.ts.map +1 -1
- package/polkadot/types-lookup.d.ts +431 -582
- package/polkadot/types-lookup.d.ts.map +1 -1
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
rpc: {};
|
|
3
2
|
types: {
|
|
4
3
|
AssetId: string;
|
|
5
4
|
IdentityId: string;
|
|
@@ -363,6 +362,313 @@ declare const _default: {
|
|
|
363
362
|
condition: string;
|
|
364
363
|
};
|
|
365
364
|
};
|
|
365
|
+
rpc: {};
|
|
366
|
+
runtime: {
|
|
367
|
+
AssetApi: ({
|
|
368
|
+
methods: {
|
|
369
|
+
transfer_report: {
|
|
370
|
+
description: string;
|
|
371
|
+
params: {
|
|
372
|
+
name: string;
|
|
373
|
+
type: string;
|
|
374
|
+
}[];
|
|
375
|
+
type: string;
|
|
376
|
+
};
|
|
377
|
+
can_transfer_granular?: undefined;
|
|
378
|
+
};
|
|
379
|
+
version: number;
|
|
380
|
+
} | {
|
|
381
|
+
methods: {
|
|
382
|
+
can_transfer_granular: {
|
|
383
|
+
description: string;
|
|
384
|
+
params: {
|
|
385
|
+
name: string;
|
|
386
|
+
type: string;
|
|
387
|
+
}[];
|
|
388
|
+
type: string;
|
|
389
|
+
};
|
|
390
|
+
transfer_report?: undefined;
|
|
391
|
+
};
|
|
392
|
+
version: number;
|
|
393
|
+
})[];
|
|
394
|
+
ComplianceApi: {
|
|
395
|
+
methods: {
|
|
396
|
+
compliance_report: {
|
|
397
|
+
description: string;
|
|
398
|
+
params: {
|
|
399
|
+
name: string;
|
|
400
|
+
type: string;
|
|
401
|
+
}[];
|
|
402
|
+
type: string;
|
|
403
|
+
};
|
|
404
|
+
};
|
|
405
|
+
version: number;
|
|
406
|
+
}[];
|
|
407
|
+
GroupApi: {
|
|
408
|
+
methods: {
|
|
409
|
+
get_cdd_valid_members: {
|
|
410
|
+
description: string;
|
|
411
|
+
params: never[];
|
|
412
|
+
type: string;
|
|
413
|
+
};
|
|
414
|
+
get_gc_valid_members: {
|
|
415
|
+
description: string;
|
|
416
|
+
params: never[];
|
|
417
|
+
type: string;
|
|
418
|
+
};
|
|
419
|
+
};
|
|
420
|
+
version: number;
|
|
421
|
+
}[];
|
|
422
|
+
IdentityApi: ({
|
|
423
|
+
methods: {
|
|
424
|
+
is_identity_has_valid_cdd: {
|
|
425
|
+
description: string;
|
|
426
|
+
params: {
|
|
427
|
+
name: string;
|
|
428
|
+
type: string;
|
|
429
|
+
}[];
|
|
430
|
+
type: string;
|
|
431
|
+
};
|
|
432
|
+
get_did_records: {
|
|
433
|
+
description: string;
|
|
434
|
+
params: {
|
|
435
|
+
name: string;
|
|
436
|
+
type: string;
|
|
437
|
+
}[];
|
|
438
|
+
type: string;
|
|
439
|
+
};
|
|
440
|
+
get_did_status: {
|
|
441
|
+
description: string;
|
|
442
|
+
params: {
|
|
443
|
+
name: string;
|
|
444
|
+
type: string;
|
|
445
|
+
}[];
|
|
446
|
+
type: string;
|
|
447
|
+
};
|
|
448
|
+
get_filtered_authorizations: {
|
|
449
|
+
description: string;
|
|
450
|
+
params: {
|
|
451
|
+
name: string;
|
|
452
|
+
type: string;
|
|
453
|
+
}[];
|
|
454
|
+
type: string;
|
|
455
|
+
};
|
|
456
|
+
get_key_identity_data: {
|
|
457
|
+
description: string;
|
|
458
|
+
params: {
|
|
459
|
+
name: string;
|
|
460
|
+
type: string;
|
|
461
|
+
}[];
|
|
462
|
+
type: string;
|
|
463
|
+
};
|
|
464
|
+
valid_cdd_claims: {
|
|
465
|
+
description: string;
|
|
466
|
+
params: {
|
|
467
|
+
name: string;
|
|
468
|
+
type: string;
|
|
469
|
+
}[];
|
|
470
|
+
type: string;
|
|
471
|
+
};
|
|
472
|
+
get_asset_did?: undefined;
|
|
473
|
+
};
|
|
474
|
+
version: number;
|
|
475
|
+
} | {
|
|
476
|
+
methods: {
|
|
477
|
+
is_identity_has_valid_cdd: {
|
|
478
|
+
description: string;
|
|
479
|
+
params: {
|
|
480
|
+
name: string;
|
|
481
|
+
type: string;
|
|
482
|
+
}[];
|
|
483
|
+
type: string;
|
|
484
|
+
};
|
|
485
|
+
get_asset_did: {
|
|
486
|
+
description: string;
|
|
487
|
+
params: {
|
|
488
|
+
name: string;
|
|
489
|
+
type: string;
|
|
490
|
+
}[];
|
|
491
|
+
type: string;
|
|
492
|
+
};
|
|
493
|
+
get_did_records: {
|
|
494
|
+
description: string;
|
|
495
|
+
params: {
|
|
496
|
+
name: string;
|
|
497
|
+
type: string;
|
|
498
|
+
}[];
|
|
499
|
+
type: string;
|
|
500
|
+
};
|
|
501
|
+
get_did_status: {
|
|
502
|
+
description: string;
|
|
503
|
+
params: {
|
|
504
|
+
name: string;
|
|
505
|
+
type: string;
|
|
506
|
+
}[];
|
|
507
|
+
type: string;
|
|
508
|
+
};
|
|
509
|
+
get_filtered_authorizations: {
|
|
510
|
+
description: string;
|
|
511
|
+
params: {
|
|
512
|
+
name: string;
|
|
513
|
+
type: string;
|
|
514
|
+
}[];
|
|
515
|
+
type: string;
|
|
516
|
+
};
|
|
517
|
+
get_key_identity_data: {
|
|
518
|
+
description: string;
|
|
519
|
+
params: {
|
|
520
|
+
name: string;
|
|
521
|
+
type: string;
|
|
522
|
+
}[];
|
|
523
|
+
type: string;
|
|
524
|
+
};
|
|
525
|
+
valid_cdd_claims: {
|
|
526
|
+
description: string;
|
|
527
|
+
params: {
|
|
528
|
+
name: string;
|
|
529
|
+
type: string;
|
|
530
|
+
}[];
|
|
531
|
+
type: string;
|
|
532
|
+
};
|
|
533
|
+
};
|
|
534
|
+
version: number;
|
|
535
|
+
})[];
|
|
536
|
+
NFTApi: ({
|
|
537
|
+
methods: {
|
|
538
|
+
transfer_report: {
|
|
539
|
+
description: string;
|
|
540
|
+
params: {
|
|
541
|
+
name: string;
|
|
542
|
+
type: string;
|
|
543
|
+
}[];
|
|
544
|
+
type: string;
|
|
545
|
+
};
|
|
546
|
+
validate_nft_transfer?: undefined;
|
|
547
|
+
};
|
|
548
|
+
version: number;
|
|
549
|
+
} | {
|
|
550
|
+
methods: {
|
|
551
|
+
validate_nft_transfer: {
|
|
552
|
+
description: string;
|
|
553
|
+
params: {
|
|
554
|
+
name: string;
|
|
555
|
+
type: string;
|
|
556
|
+
}[];
|
|
557
|
+
type: string;
|
|
558
|
+
};
|
|
559
|
+
transfer_report?: undefined;
|
|
560
|
+
};
|
|
561
|
+
version: number;
|
|
562
|
+
})[];
|
|
563
|
+
PipsApi: {
|
|
564
|
+
methods: {
|
|
565
|
+
get_votes: {
|
|
566
|
+
description: string;
|
|
567
|
+
params: {
|
|
568
|
+
name: string;
|
|
569
|
+
type: string;
|
|
570
|
+
}[];
|
|
571
|
+
type: string;
|
|
572
|
+
};
|
|
573
|
+
proposed_by: {
|
|
574
|
+
description: string;
|
|
575
|
+
params: {
|
|
576
|
+
name: string;
|
|
577
|
+
type: string;
|
|
578
|
+
}[];
|
|
579
|
+
type: string;
|
|
580
|
+
};
|
|
581
|
+
voted_on: {
|
|
582
|
+
description: string;
|
|
583
|
+
params: {
|
|
584
|
+
name: string;
|
|
585
|
+
type: string;
|
|
586
|
+
}[];
|
|
587
|
+
type: string;
|
|
588
|
+
};
|
|
589
|
+
};
|
|
590
|
+
version: number;
|
|
591
|
+
}[];
|
|
592
|
+
ProtocolFeeApi: {
|
|
593
|
+
methods: {
|
|
594
|
+
compute_fee: {
|
|
595
|
+
description: string;
|
|
596
|
+
params: {
|
|
597
|
+
name: string;
|
|
598
|
+
type: string;
|
|
599
|
+
}[];
|
|
600
|
+
type: string;
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
version: number;
|
|
604
|
+
}[];
|
|
605
|
+
SettlementApi: {
|
|
606
|
+
methods: {
|
|
607
|
+
get_execute_instruction_info: {
|
|
608
|
+
description: string;
|
|
609
|
+
params: {
|
|
610
|
+
name: string;
|
|
611
|
+
type: string;
|
|
612
|
+
}[];
|
|
613
|
+
type: string;
|
|
614
|
+
};
|
|
615
|
+
get_affirmation_count: {
|
|
616
|
+
description: string;
|
|
617
|
+
params: {
|
|
618
|
+
name: string;
|
|
619
|
+
type: string;
|
|
620
|
+
}[];
|
|
621
|
+
type: string;
|
|
622
|
+
};
|
|
623
|
+
get_transfer_report: {
|
|
624
|
+
description: string;
|
|
625
|
+
params: {
|
|
626
|
+
name: string;
|
|
627
|
+
type: string;
|
|
628
|
+
}[];
|
|
629
|
+
type: string;
|
|
630
|
+
};
|
|
631
|
+
get_execute_instruction_report: {
|
|
632
|
+
description: string;
|
|
633
|
+
params: {
|
|
634
|
+
name: string;
|
|
635
|
+
type: string;
|
|
636
|
+
}[];
|
|
637
|
+
type: string;
|
|
638
|
+
};
|
|
639
|
+
};
|
|
640
|
+
version: number;
|
|
641
|
+
}[];
|
|
642
|
+
StakingApi: {
|
|
643
|
+
methods: {
|
|
644
|
+
get_curve: {
|
|
645
|
+
description: string;
|
|
646
|
+
params: never[];
|
|
647
|
+
type: string;
|
|
648
|
+
};
|
|
649
|
+
};
|
|
650
|
+
version: number;
|
|
651
|
+
}[];
|
|
652
|
+
StatisticsApi: {
|
|
653
|
+
methods: {
|
|
654
|
+
transfer_restrictions_report: {
|
|
655
|
+
description: string;
|
|
656
|
+
params: {
|
|
657
|
+
name: string;
|
|
658
|
+
type: string;
|
|
659
|
+
}[];
|
|
660
|
+
type: string;
|
|
661
|
+
};
|
|
662
|
+
};
|
|
663
|
+
version: number;
|
|
664
|
+
}[];
|
|
665
|
+
};
|
|
666
|
+
signedExtensions: {
|
|
667
|
+
StoreCallMetadata: {
|
|
668
|
+
extrinsic: {};
|
|
669
|
+
payload: {};
|
|
670
|
+
};
|
|
671
|
+
};
|
|
366
672
|
};
|
|
367
673
|
export default _default;
|
|
368
674
|
//# sourceMappingURL=definitions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"definitions.d.ts","sourceRoot":"","sources":["../../../src/polkadot/polymesh/definitions.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"definitions.d.ts","sourceRoot":"","sources":["../../../src/polkadot/polymesh/definitions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,wBAosCE"}
|