@keyhive/keyhive 0.0.0-alpha.55e → 0.0.0-alpha.56
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/package.json +1 -1
- package/pkg/keyhive_wasm.d.ts +2 -0
- package/pkg/keyhive_wasm_bg.js +82 -66
- package/pkg/keyhive_wasm_bg.wasm +0 -0
- package/pkg/keyhive_wasm_bg.wasm.d.ts +127 -125
- package/pkg/package.json +1 -1
- package/pkg-node/keyhive_wasm.d.ts +2 -0
- package/pkg-node/keyhive_wasm.js +82 -66
- package/pkg-node/keyhive_wasm_bg.wasm +0 -0
- package/pkg-node/keyhive_wasm_bg.wasm.d.ts +127 -125
- package/pkg-node/package.json +1 -1
- package/pkg-slim/keyhive_wasm.d.ts +129 -125
- package/pkg-slim/keyhive_wasm.js +82 -66
- package/pkg-slim/keyhive_wasm_bg.wasm +0 -0
- package/pkg-slim/keyhive_wasm_bg.wasm.base64.js +1 -1
- package/pkg-slim/keyhive_wasm_bg.wasm.d.ts +127 -125
- package/pkg-slim/package.json +1 -1
|
@@ -306,6 +306,7 @@ export class Keyhive {
|
|
|
306
306
|
reachableDocs(): Promise<Summary[]>;
|
|
307
307
|
receiveContactCard(contact_card: ContactCard): Promise<Individual>;
|
|
308
308
|
revokeMember(to_revoke: Agent, retain_all_other_members: boolean, membered: Membered): Promise<SignedRevocation[]>;
|
|
309
|
+
revokedMembersForDoc(doc_id: DocumentId): Promise<Membership[]>;
|
|
309
310
|
rotatePrekey(prekey: ShareKey): Promise<ShareKey>;
|
|
310
311
|
stats(): Promise<Stats>;
|
|
311
312
|
toArchive(): Promise<Archive>;
|
|
@@ -393,6 +394,7 @@ export class SignedDelegation {
|
|
|
393
394
|
verify(): boolean;
|
|
394
395
|
readonly delegation: Delegation;
|
|
395
396
|
readonly signature: Uint8Array;
|
|
397
|
+
readonly subjectId: Identifier;
|
|
396
398
|
readonly verifyingKey: Uint8Array;
|
|
397
399
|
}
|
|
398
400
|
|
|
@@ -474,22 +476,27 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
474
476
|
|
|
475
477
|
export interface InitOutput {
|
|
476
478
|
readonly memory: WebAssembly.Memory;
|
|
477
|
-
readonly __wbg_membered_free: (a: number, b: number) => void;
|
|
478
|
-
readonly __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
|
|
479
|
-
readonly __wbg_signedinvocation_free: (a: number, b: number) => void;
|
|
480
|
-
readonly encryptedcontentwithupdate_encrypted_content: (a: number) => number;
|
|
481
|
-
readonly encryptedcontentwithupdate_update_op: (a: number) => number;
|
|
482
479
|
readonly __wbg_capability_free: (a: number, b: number) => void;
|
|
483
|
-
readonly
|
|
484
|
-
readonly
|
|
485
|
-
readonly __wbg_history_free: (a: number, b: number) => void;
|
|
486
|
-
readonly __wbg_membership_free: (a: number, b: number) => void;
|
|
487
|
-
readonly __wbg_revocation_free: (a: number, b: number) => void;
|
|
488
|
-
readonly __wbg_signeddelegation_free: (a: number, b: number) => void;
|
|
480
|
+
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
481
|
+
readonly __wbg_membered_free: (a: number, b: number) => void;
|
|
489
482
|
readonly __wbg_summary_free: (a: number, b: number) => void;
|
|
490
483
|
readonly capability_can: (a: number) => number;
|
|
491
484
|
readonly capability_proof: (a: number) => number;
|
|
492
485
|
readonly capability_who: (a: number) => number;
|
|
486
|
+
readonly document___wasm_refgen_toJsDocument: (a: number) => number;
|
|
487
|
+
readonly document_doc_id: (a: number) => number;
|
|
488
|
+
readonly document_toAgent: (a: number) => number;
|
|
489
|
+
readonly document_toMembered: (a: number) => number;
|
|
490
|
+
readonly document_toPeer: (a: number) => number;
|
|
491
|
+
readonly summary_access: (a: number) => number;
|
|
492
|
+
readonly summary_doc: (a: number) => number;
|
|
493
|
+
readonly document_id: (a: number) => number;
|
|
494
|
+
readonly __wbg_changeid_free: (a: number, b: number) => void;
|
|
495
|
+
readonly __wbg_delegation_free: (a: number, b: number) => void;
|
|
496
|
+
readonly __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
|
|
497
|
+
readonly __wbg_membership_free: (a: number, b: number) => void;
|
|
498
|
+
readonly __wbg_revocation_free: (a: number, b: number) => void;
|
|
499
|
+
readonly __wbg_signedinvocation_free: (a: number, b: number) => void;
|
|
493
500
|
readonly changeid___wasm_refgen_toJsChangeId: (a: number) => number;
|
|
494
501
|
readonly changeid_bytes: (a: number) => [number, number];
|
|
495
502
|
readonly changeid_new: (a: number, b: number) => number;
|
|
@@ -497,132 +504,58 @@ export interface InitOutput {
|
|
|
497
504
|
readonly delegation_can: (a: number) => number;
|
|
498
505
|
readonly delegation_delegate: (a: number) => number;
|
|
499
506
|
readonly delegation_proof: (a: number) => number;
|
|
500
|
-
readonly
|
|
501
|
-
readonly
|
|
502
|
-
readonly history_revocations: (a: number) => [number, number];
|
|
507
|
+
readonly encryptedcontentwithupdate_encrypted_content: (a: number) => number;
|
|
508
|
+
readonly encryptedcontentwithupdate_update_op: (a: number) => number;
|
|
503
509
|
readonly membership_can: (a: number) => number;
|
|
504
510
|
readonly membership_who: (a: number) => number;
|
|
505
511
|
readonly revocation_after: (a: number) => number;
|
|
506
512
|
readonly revocation_proof: (a: number) => number;
|
|
507
513
|
readonly revocation_revoked: (a: number) => number;
|
|
508
514
|
readonly revocation_subject_id: (a: number) => number;
|
|
509
|
-
readonly setPanicHook: () => void;
|
|
510
|
-
readonly signeddelegation_delegation: (a: number) => number;
|
|
511
|
-
readonly signeddelegation_signature: (a: number) => [number, number];
|
|
512
|
-
readonly signeddelegation_verify: (a: number) => number;
|
|
513
|
-
readonly signeddelegation_verifyingKey: (a: number) => [number, number];
|
|
514
|
-
readonly summary_access: (a: number) => number;
|
|
515
|
-
readonly summary_doc: (a: number) => number;
|
|
516
|
-
readonly __wbg_ciphertextstore_free: (a: number, b: number) => void;
|
|
517
|
-
readonly __wbg_invocation_free: (a: number, b: number) => void;
|
|
518
|
-
readonly ciphertextstore_newFromWebStorage: (a: any) => number;
|
|
519
|
-
readonly ciphertextstore_newInMemory: () => number;
|
|
520
|
-
readonly __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
|
|
521
|
-
readonly __wbg_encrypted_free: (a: number, b: number) => void;
|
|
522
|
-
readonly __wbg_identifier_free: (a: number, b: number) => void;
|
|
523
|
-
readonly __wbg_stats_free: (a: number, b: number) => void;
|
|
524
|
-
readonly encrypted_ciphertext: (a: number) => [number, number];
|
|
525
|
-
readonly encrypted_content_ref: (a: number) => [number, number];
|
|
526
|
-
readonly encrypted_nonce: (a: number) => [number, number];
|
|
527
|
-
readonly encrypted_pcs_key_hash: (a: number) => [number, number];
|
|
528
|
-
readonly encrypted_pred_refs: (a: number) => [number, number];
|
|
529
|
-
readonly identifier_new: (a: number, b: number) => [number, number, number];
|
|
530
|
-
readonly identifier_publicId: () => number;
|
|
531
|
-
readonly identifier_toBytes: (a: number) => [number, number];
|
|
532
|
-
readonly stats_activePrekeyCount: (a: number) => bigint;
|
|
533
|
-
readonly stats_cgkaOperations: (a: number) => bigint;
|
|
534
|
-
readonly stats_delegations: (a: number) => bigint;
|
|
535
|
-
readonly stats_docs: (a: number) => bigint;
|
|
536
|
-
readonly stats_groups: (a: number) => bigint;
|
|
537
|
-
readonly stats_individuals: (a: number) => bigint;
|
|
538
|
-
readonly stats_pendingCgkaOperation: (a: number) => bigint;
|
|
539
|
-
readonly stats_pendingCgkaOperationByActive: (a: number) => bigint;
|
|
540
|
-
readonly stats_pendingDelegated: (a: number) => bigint;
|
|
541
|
-
readonly stats_pendingDelegatedByActive: (a: number) => bigint;
|
|
542
|
-
readonly stats_pendingPrekeyRotated: (a: number) => bigint;
|
|
543
|
-
readonly stats_pendingPrekeyRotatedByActive: (a: number) => bigint;
|
|
544
|
-
readonly stats_pendingPrekeysExpanded: (a: number) => bigint;
|
|
545
|
-
readonly stats_pendingPrekeysExpandedByActive: (a: number) => bigint;
|
|
546
|
-
readonly stats_pendingRevoked: (a: number) => bigint;
|
|
547
|
-
readonly stats_pendingRevokedByActive: (a: number) => bigint;
|
|
548
|
-
readonly stats_prekeyRotations: (a: number) => bigint;
|
|
549
|
-
readonly stats_prekeysExpanded: (a: number) => bigint;
|
|
550
|
-
readonly stats_revocations: (a: number) => bigint;
|
|
551
|
-
readonly stats_totalOps: (a: number) => bigint;
|
|
552
|
-
readonly stats_totalPendingOps: (a: number) => bigint;
|
|
553
|
-
readonly encrypted_toBytes: (a: number) => [number, number];
|
|
554
|
-
readonly __wbg_doccontentrefs_free: (a: number, b: number) => void;
|
|
555
|
-
readonly __wbg_signedrevocation_free: (a: number, b: number) => void;
|
|
556
|
-
readonly doccontentrefs_addChangeId: (a: number, b: number) => any;
|
|
557
|
-
readonly doccontentrefs_change_hashes: (a: number) => any;
|
|
558
|
-
readonly doccontentrefs_docId: (a: number) => number;
|
|
559
|
-
readonly doccontentrefs_new: (a: number, b: number, c: number) => [number, number, number];
|
|
560
|
-
readonly signedrevocation_delegation: (a: number) => number;
|
|
561
|
-
readonly signedrevocation_signature: (a: number) => [number, number];
|
|
562
|
-
readonly signedrevocation_verify: (a: number) => number;
|
|
563
|
-
readonly signedrevocation_verifyingKey: (a: number) => [number, number];
|
|
564
515
|
readonly __wbg_access_free: (a: number, b: number) => void;
|
|
565
|
-
readonly
|
|
566
|
-
readonly __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
516
|
+
readonly __wbg_archive_free: (a: number, b: number) => void;
|
|
567
517
|
readonly __wbg_contactcard_free: (a: number, b: number) => void;
|
|
568
|
-
readonly
|
|
569
|
-
readonly __wbg_event_free: (a: number, b: number) => void;
|
|
570
|
-
readonly __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
|
|
518
|
+
readonly __wbg_doccontentrefs_free: (a: number, b: number) => void;
|
|
571
519
|
readonly __wbg_groupid_free: (a: number, b: number) => void;
|
|
520
|
+
readonly __wbg_individualid_free: (a: number, b: number) => void;
|
|
572
521
|
readonly __wbg_signed_free: (a: number, b: number) => void;
|
|
573
|
-
readonly
|
|
574
|
-
readonly __wbg_signer_free: (a: number, b: number) => void;
|
|
522
|
+
readonly __wbg_signedrevocation_free: (a: number, b: number) => void;
|
|
575
523
|
readonly access_toString: (a: number) => [number, number];
|
|
576
524
|
readonly access_tryFromString: (a: number, b: number) => number;
|
|
577
|
-
readonly
|
|
525
|
+
readonly archive_toBytes: (a: number) => [number, number, number, number];
|
|
526
|
+
readonly archive_tryToKeyhive: (a: number, b: number, c: number, d: any) => any;
|
|
527
|
+
readonly archive_try_from_bytes: (a: number, b: number) => [number, number, number];
|
|
578
528
|
readonly contactcard_fromJson: (a: number, b: number) => [number, number, number];
|
|
579
529
|
readonly contactcard_id: (a: number) => number;
|
|
530
|
+
readonly contactcard_individualId: (a: number) => number;
|
|
580
531
|
readonly contactcard_op: (a: number) => number;
|
|
581
532
|
readonly contactcard_shareKey: (a: number) => number;
|
|
582
533
|
readonly contactcard_signature: (a: number) => [number, number];
|
|
583
534
|
readonly contactcard_toJson: (a: number) => [number, number, number, number];
|
|
584
|
-
readonly
|
|
585
|
-
readonly
|
|
586
|
-
readonly
|
|
587
|
-
readonly
|
|
588
|
-
readonly event_isDelegated: (a: number) => number;
|
|
589
|
-
readonly event_isRevoked: (a: number) => number;
|
|
590
|
-
readonly event_toBytes: (a: number) => [number, number, number, number];
|
|
591
|
-
readonly event_tryIntoSignedDelegation: (a: number) => number;
|
|
592
|
-
readonly event_tryIntoSignedRevocation: (a: number) => number;
|
|
593
|
-
readonly event_variant: (a: number) => [number, number];
|
|
594
|
-
readonly generatewebcryptoerror_message: (a: number) => [number, number];
|
|
535
|
+
readonly doccontentrefs_addChangeId: (a: number, b: number) => any;
|
|
536
|
+
readonly doccontentrefs_change_hashes: (a: number) => any;
|
|
537
|
+
readonly doccontentrefs_docId: (a: number) => number;
|
|
538
|
+
readonly doccontentrefs_new: (a: number, b: number, c: number) => [number, number, number];
|
|
595
539
|
readonly groupid_toString: (a: number) => [number, number];
|
|
540
|
+
readonly individualid_bytes: (a: number) => [number, number];
|
|
596
541
|
readonly signed_fromBytes: (a: number, b: number) => [number, number, number];
|
|
597
542
|
readonly signed_payload: (a: number) => [number, number];
|
|
598
543
|
readonly signed_signature: (a: number) => [number, number];
|
|
599
544
|
readonly signed_toBytes: (a: number) => [number, number, number, number];
|
|
600
545
|
readonly signed_verify: (a: number) => number;
|
|
601
546
|
readonly signed_verifyingKey: (a: number) => [number, number];
|
|
602
|
-
readonly
|
|
603
|
-
readonly
|
|
604
|
-
readonly
|
|
605
|
-
readonly
|
|
606
|
-
readonly signer_clone: (a: number) => number;
|
|
607
|
-
readonly signer_generate: () => any;
|
|
608
|
-
readonly signer_generateMemory: () => number;
|
|
609
|
-
readonly signer_generateWebCrypto: () => any;
|
|
610
|
-
readonly signer_memorySignerFromBytes: (a: number, b: number) => [number, number, number];
|
|
611
|
-
readonly signer_trySign: (a: number, b: number, c: number) => any;
|
|
612
|
-
readonly signer_variant: (a: number) => [number, number];
|
|
613
|
-
readonly signer_verifyingKey: (a: number) => [number, number];
|
|
614
|
-
readonly signer_webCryptoSigner: (a: any) => any;
|
|
615
|
-
readonly contactcard_individualId: (a: number) => number;
|
|
547
|
+
readonly signedrevocation_delegation: (a: number) => number;
|
|
548
|
+
readonly signedrevocation_signature: (a: number) => [number, number];
|
|
549
|
+
readonly signedrevocation_verify: (a: number) => number;
|
|
550
|
+
readonly signedrevocation_verifyingKey: (a: number) => [number, number];
|
|
616
551
|
readonly __wbg_agent_free: (a: number, b: number) => void;
|
|
617
552
|
readonly __wbg_allagentevents_free: (a: number, b: number) => void;
|
|
618
|
-
readonly
|
|
619
|
-
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
553
|
+
readonly __wbg_ciphertextstore_free: (a: number, b: number) => void;
|
|
620
554
|
readonly __wbg_group_free: (a: number, b: number) => void;
|
|
621
|
-
readonly
|
|
622
|
-
readonly
|
|
555
|
+
readonly __wbg_history_free: (a: number, b: number) => void;
|
|
556
|
+
readonly __wbg_invocation_free: (a: number, b: number) => void;
|
|
623
557
|
readonly __wbg_keyhive_free: (a: number, b: number) => void;
|
|
624
558
|
readonly __wbg_peer_free: (a: number, b: number) => void;
|
|
625
|
-
readonly __wbg_sharekey_free: (a: number, b: number) => void;
|
|
626
559
|
readonly agent_id: (a: number) => number;
|
|
627
560
|
readonly agent_isDocument: (a: number) => number;
|
|
628
561
|
readonly agent_isGroup: (a: number) => number;
|
|
@@ -637,23 +570,17 @@ export interface InitOutput {
|
|
|
637
570
|
readonly allagentevents_events: (a: number) => any;
|
|
638
571
|
readonly allagentevents_membershipSources: (a: number) => any;
|
|
639
572
|
readonly allagentevents_prekeySources: (a: number) => any;
|
|
640
|
-
readonly
|
|
641
|
-
readonly
|
|
642
|
-
readonly archive_try_from_bytes: (a: number, b: number) => [number, number, number];
|
|
643
|
-
readonly document___wasm_refgen_toJsDocument: (a: number) => number;
|
|
644
|
-
readonly document_doc_id: (a: number) => number;
|
|
645
|
-
readonly document_toAgent: (a: number) => number;
|
|
646
|
-
readonly document_toMembered: (a: number) => number;
|
|
647
|
-
readonly document_toPeer: (a: number) => number;
|
|
573
|
+
readonly ciphertextstore_newFromWebStorage: (a: any) => number;
|
|
574
|
+
readonly ciphertextstore_newInMemory: () => number;
|
|
648
575
|
readonly group___wasm_refgen_toJsGroup: (a: number) => number;
|
|
576
|
+
readonly group_groupId: (a: number) => number;
|
|
649
577
|
readonly group_members: (a: number) => any;
|
|
650
578
|
readonly group_toAgent: (a: number) => number;
|
|
651
579
|
readonly group_toMembered: (a: number) => number;
|
|
652
580
|
readonly group_toPeer: (a: number) => number;
|
|
653
|
-
readonly
|
|
654
|
-
readonly
|
|
655
|
-
readonly
|
|
656
|
-
readonly individualid_bytes: (a: number) => [number, number];
|
|
581
|
+
readonly history_contentRefs: (a: number) => [number, number];
|
|
582
|
+
readonly history_delegations: (a: number) => [number, number];
|
|
583
|
+
readonly history_revocations: (a: number) => [number, number];
|
|
657
584
|
readonly keyhive_accessForDoc: (a: number, b: number, c: number) => any;
|
|
658
585
|
readonly keyhive_addMember: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
659
586
|
readonly keyhive_allAgentEvents: (a: number) => any;
|
|
@@ -684,6 +611,7 @@ export interface InitOutput {
|
|
|
684
611
|
readonly keyhive_reachableDocs: (a: number) => any;
|
|
685
612
|
readonly keyhive_receiveContactCard: (a: number, b: number) => any;
|
|
686
613
|
readonly keyhive_revokeMember: (a: number, b: number, c: number, d: number) => any;
|
|
614
|
+
readonly keyhive_revokedMembersForDoc: (a: number, b: number) => any;
|
|
687
615
|
readonly keyhive_rotatePrekey: (a: number, b: number) => any;
|
|
688
616
|
readonly keyhive_stats: (a: number) => any;
|
|
689
617
|
readonly keyhive_toArchive: (a: number) => any;
|
|
@@ -697,21 +625,97 @@ export interface InitOutput {
|
|
|
697
625
|
readonly peer_isGroup: (a: number) => number;
|
|
698
626
|
readonly peer_isIndividual: (a: number) => number;
|
|
699
627
|
readonly peer_toString: (a: number) => [number, number];
|
|
700
|
-
readonly
|
|
701
|
-
readonly group_groupId: (a: number) => number;
|
|
628
|
+
readonly setPanicHook: () => void;
|
|
702
629
|
readonly group_id: (a: number) => number;
|
|
630
|
+
readonly peer_id: (a: number) => number;
|
|
631
|
+
readonly __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
|
|
632
|
+
readonly __wbg_encrypted_free: (a: number, b: number) => void;
|
|
633
|
+
readonly __wbg_identifier_free: (a: number, b: number) => void;
|
|
634
|
+
readonly __wbg_individual_free: (a: number, b: number) => void;
|
|
635
|
+
readonly __wbg_signeddelegation_free: (a: number, b: number) => void;
|
|
636
|
+
readonly __wbg_stats_free: (a: number, b: number) => void;
|
|
637
|
+
readonly encrypted_ciphertext: (a: number) => [number, number];
|
|
638
|
+
readonly encrypted_content_ref: (a: number) => [number, number];
|
|
639
|
+
readonly encrypted_nonce: (a: number) => [number, number];
|
|
640
|
+
readonly encrypted_pcs_key_hash: (a: number) => [number, number];
|
|
641
|
+
readonly encrypted_pred_refs: (a: number) => [number, number];
|
|
642
|
+
readonly identifier_new: (a: number, b: number) => [number, number, number];
|
|
643
|
+
readonly identifier_publicId: () => number;
|
|
644
|
+
readonly identifier_toBytes: (a: number) => [number, number];
|
|
703
645
|
readonly individual_id: (a: number) => number;
|
|
704
646
|
readonly individual_individualId: (a: number) => number;
|
|
705
|
-
readonly
|
|
706
|
-
readonly
|
|
707
|
-
readonly
|
|
708
|
-
readonly
|
|
647
|
+
readonly individual_pickPrekey: (a: number, b: number) => any;
|
|
648
|
+
readonly individual_toAgent: (a: number) => number;
|
|
649
|
+
readonly individual_toPeer: (a: number) => number;
|
|
650
|
+
readonly signeddelegation_delegation: (a: number) => number;
|
|
651
|
+
readonly signeddelegation_signature: (a: number) => [number, number];
|
|
652
|
+
readonly signeddelegation_subjectId: (a: number) => number;
|
|
653
|
+
readonly signeddelegation_verify: (a: number) => number;
|
|
654
|
+
readonly signeddelegation_verifyingKey: (a: number) => [number, number];
|
|
655
|
+
readonly stats_activePrekeyCount: (a: number) => bigint;
|
|
656
|
+
readonly stats_cgkaOperations: (a: number) => bigint;
|
|
657
|
+
readonly stats_delegations: (a: number) => bigint;
|
|
658
|
+
readonly stats_docs: (a: number) => bigint;
|
|
659
|
+
readonly stats_groups: (a: number) => bigint;
|
|
660
|
+
readonly stats_individuals: (a: number) => bigint;
|
|
661
|
+
readonly stats_pendingCgkaOperation: (a: number) => bigint;
|
|
662
|
+
readonly stats_pendingCgkaOperationByActive: (a: number) => bigint;
|
|
663
|
+
readonly stats_pendingDelegated: (a: number) => bigint;
|
|
664
|
+
readonly stats_pendingDelegatedByActive: (a: number) => bigint;
|
|
665
|
+
readonly stats_pendingPrekeyRotated: (a: number) => bigint;
|
|
666
|
+
readonly stats_pendingPrekeyRotatedByActive: (a: number) => bigint;
|
|
667
|
+
readonly stats_pendingPrekeysExpanded: (a: number) => bigint;
|
|
668
|
+
readonly stats_pendingPrekeysExpandedByActive: (a: number) => bigint;
|
|
669
|
+
readonly stats_pendingRevoked: (a: number) => bigint;
|
|
670
|
+
readonly stats_pendingRevokedByActive: (a: number) => bigint;
|
|
671
|
+
readonly stats_prekeyRotations: (a: number) => bigint;
|
|
672
|
+
readonly stats_prekeysExpanded: (a: number) => bigint;
|
|
673
|
+
readonly stats_revocations: (a: number) => bigint;
|
|
674
|
+
readonly stats_totalOps: (a: number) => bigint;
|
|
675
|
+
readonly stats_totalPendingOps: (a: number) => bigint;
|
|
676
|
+
readonly encrypted_toBytes: (a: number) => [number, number];
|
|
677
|
+
readonly __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
|
|
678
|
+
readonly signedcgkaoperation_delegation: (a: number) => number;
|
|
679
|
+
readonly signedcgkaoperation_signature: (a: number) => [number, number];
|
|
680
|
+
readonly signedcgkaoperation_verify: (a: number) => number;
|
|
681
|
+
readonly signedcgkaoperation_verifyingKey: (a: number) => [number, number];
|
|
682
|
+
readonly __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
683
|
+
readonly __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
684
|
+
readonly __wbg_documentid_free: (a: number, b: number) => void;
|
|
685
|
+
readonly __wbg_event_free: (a: number, b: number) => void;
|
|
686
|
+
readonly __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
|
|
687
|
+
readonly __wbg_sharekey_free: (a: number, b: number) => void;
|
|
688
|
+
readonly __wbg_signer_free: (a: number, b: number) => void;
|
|
689
|
+
readonly cgkaoperation_variant: (a: number) => [number, number];
|
|
690
|
+
readonly documentid_new: (a: number, b: number) => [number, number, number];
|
|
691
|
+
readonly documentid_toBytes: (a: number) => [number, number];
|
|
692
|
+
readonly documentid_toJsValue: (a: number) => any;
|
|
693
|
+
readonly documentid_toString: (a: number) => [number, number];
|
|
694
|
+
readonly event_isDelegated: (a: number) => number;
|
|
695
|
+
readonly event_isRevoked: (a: number) => number;
|
|
696
|
+
readonly event_toBytes: (a: number) => [number, number, number, number];
|
|
697
|
+
readonly event_tryIntoSignedDelegation: (a: number) => number;
|
|
698
|
+
readonly event_tryIntoSignedRevocation: (a: number) => number;
|
|
699
|
+
readonly event_variant: (a: number) => [number, number];
|
|
700
|
+
readonly generatewebcryptoerror_message: (a: number) => [number, number];
|
|
701
|
+
readonly signer_clone: (a: number) => number;
|
|
702
|
+
readonly signer_generate: () => any;
|
|
703
|
+
readonly signer_generateMemory: () => number;
|
|
704
|
+
readonly signer_generateWebCrypto: () => any;
|
|
705
|
+
readonly signer_memorySignerFromBytes: (a: number, b: number) => [number, number, number];
|
|
706
|
+
readonly signer_trySign: (a: number, b: number, c: number) => any;
|
|
707
|
+
readonly signer_variant: (a: number) => [number, number];
|
|
708
|
+
readonly signer_verifyingKey: (a: number) => [number, number];
|
|
709
|
+
readonly signer_webCryptoSigner: (a: any) => any;
|
|
710
|
+
readonly wasm_bindgen__convert__closures_____invoke__hfe01cfbe4f7f9695: (a: number, b: number, c: any) => [number, number];
|
|
711
|
+
readonly wasm_bindgen__convert__closures_____invoke__h6ae8cb20b693673b: (a: number, b: number, c: any, d: any) => void;
|
|
709
712
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
710
713
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
711
714
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
712
715
|
readonly __externref_table_alloc: () => number;
|
|
713
716
|
readonly __wbindgen_externrefs: WebAssembly.Table;
|
|
714
717
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
718
|
+
readonly __wbindgen_destroy_closure: (a: number, b: number) => void;
|
|
715
719
|
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
716
720
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
717
721
|
readonly __wbindgen_start: () => void;
|