walletkit-web 0.21.3 → 0.22.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/README.md +105 -17
- package/dist/generated/walletkit.wasm +0 -0
- package/dist/generated/walletkit_bg.d.ts +30 -0
- package/dist/generated/walletkit_core-ffi.d.ts +210 -26
- package/dist/generated/walletkit_core.d.ts +662 -48
- package/dist/index.d.ts +21 -10
- package/dist/index.js +110 -11416
- package/dist/protocol.d.ts +94 -0
- package/dist/walletkit.worker.d.ts +1 -0
- package/dist/walletkit.worker.js +14597 -0
- package/package.json +14 -6
|
@@ -72,6 +72,8 @@ interface NativeModuleInterface {
|
|
|
72
72
|
uniffi_walletkit_core_fn_free_proofrequest(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
|
|
73
73
|
uniffi_walletkit_core_fn_clone_proofresponse(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
74
74
|
uniffi_walletkit_core_fn_free_proofresponse(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
|
|
75
|
+
uniffi_walletkit_core_fn_clone_storagekeys(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
76
|
+
uniffi_walletkit_core_fn_free_storagekeys(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
|
|
75
77
|
uniffi_walletkit_core_fn_clone_storagepaths(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
76
78
|
uniffi_walletkit_core_fn_free_storagepaths(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
|
|
77
79
|
uniffi_walletkit_core_fn_clone_storageprovider(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
@@ -87,8 +89,11 @@ interface NativeModuleInterface {
|
|
|
87
89
|
uniffi_walletkit_core_fn_init_callback_vtable_logger(vtable: UniffiVTableCallbackInterfaceWalletkitCoreLogger): void;
|
|
88
90
|
uniffi_walletkit_core_fn_init_callback_vtable_storageprovider(vtable: UniffiVTableCallbackInterfaceWalletkitCoreStorageProvider): void;
|
|
89
91
|
uniffi_walletkit_core_fn_func_check_credentials_against_proof_request(request: bigint, store: bigint, now: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
92
|
+
uniffi_walletkit_core_fn_func_delete_storage_key_envelope(paths: bigint, blobStore: bigint, uniffi_out_err: UniffiRustCallStatus): void;
|
|
90
93
|
uniffi_walletkit_core_fn_func_emit_log(level: Uint8Array, message: Uint8Array, uniffi_out_err: UniffiRustCallStatus): void;
|
|
91
94
|
uniffi_walletkit_core_fn_func_init_logging(logger: bigint, level: Uint8Array, uniffi_out_err: UniffiRustCallStatus): void;
|
|
95
|
+
uniffi_walletkit_core_fn_func_initialize_persistent_storage(): bigint;
|
|
96
|
+
uniffi_walletkit_core_fn_func_open_or_create_storage_keys(paths: bigint, keystore: bigint, blobStore: bigint, now: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
92
97
|
uniffi_walletkit_core_fn_func_recovery_data_from_seed(seed: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
93
98
|
uniffi_walletkit_core_fn_func_validate_authenticator_pubkey(authenticatorPubkey: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
94
99
|
uniffi_walletkit_core_fn_method_environment_poh_recovery_agent_address(uniffiSelf: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
@@ -119,19 +124,23 @@ interface NativeModuleInterface {
|
|
|
119
124
|
uniffi_walletkit_core_fn_method_authenticator_revert_recovery_agent_update(uniffiSelf: bigint): bigint;
|
|
120
125
|
uniffi_walletkit_core_fn_method_authenticator_update_recovery_agent(uniffiSelf: bigint, newRecoveryAgent: Uint8Array): bigint;
|
|
121
126
|
uniffi_walletkit_core_fn_constructor_credential_from_bytes(bytes: Uint8Array, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
122
|
-
uniffi_walletkit_core_fn_constructor_credential_from_issuance_response_bytes(bytes: Uint8Array, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
123
127
|
uniffi_walletkit_core_fn_method_credential_associated_data_commitment(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
128
|
+
uniffi_walletkit_core_fn_method_credential_claims(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
129
|
+
uniffi_walletkit_core_fn_method_credential_claims_hex(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
124
130
|
uniffi_walletkit_core_fn_method_credential_expires_at(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
125
131
|
uniffi_walletkit_core_fn_method_credential_issuer_schema_id(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
126
132
|
uniffi_walletkit_core_fn_method_credential_sub(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
133
|
+
uniffi_walletkit_core_fn_constructor_credentialstore_new(paths: bigint, keys: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
134
|
+
uniffi_walletkit_core_fn_method_credentialstore_activity_metadata(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
135
|
+
uniffi_walletkit_core_fn_method_credentialstore_clear_activities(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
130
136
|
uniffi_walletkit_core_fn_method_credentialstore_danger_delete_all_credentials(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
131
137
|
uniffi_walletkit_core_fn_method_credentialstore_delete_credential(uniffiSelf: bigint, credentialId: bigint, uniffi_out_err: UniffiRustCallStatus): void;
|
|
132
138
|
uniffi_walletkit_core_fn_method_credentialstore_destroy_storage(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): void;
|
|
139
|
+
uniffi_walletkit_core_fn_method_credentialstore_fetch_credential(uniffiSelf: bigint, issuerSchemaId: bigint, now: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
133
140
|
uniffi_walletkit_core_fn_method_credentialstore_init(uniffiSelf: bigint, leafIndex: bigint, now: bigint, uniffi_out_err: UniffiRustCallStatus): void;
|
|
141
|
+
uniffi_walletkit_core_fn_method_credentialstore_list_activities(uniffiSelf: bigint, query: Uint8Array, limit: number, offset: number, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
134
142
|
uniffi_walletkit_core_fn_method_credentialstore_list_credentials(uniffiSelf: bigint, issuerSchemaId: Uint8Array, now: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
143
|
+
uniffi_walletkit_core_fn_method_credentialstore_record_activity(uniffiSelf: bigint, entry: Uint8Array, now: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
135
144
|
uniffi_walletkit_core_fn_method_credentialstore_storage_paths(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
136
145
|
uniffi_walletkit_core_fn_method_credentialstore_store_credential(uniffiSelf: bigint, credential: bigint, blindingFactor: bigint, expiresAt: bigint, associatedData: Uint8Array, now: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
137
146
|
uniffi_walletkit_core_fn_method_devicekeystore_seal(uniffiSelf: bigint, associatedData: Uint8Array, plaintext: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
@@ -159,6 +168,7 @@ interface NativeModuleInterface {
|
|
|
159
168
|
uniffi_walletkit_core_fn_method_proofresponse_id(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
160
169
|
uniffi_walletkit_core_fn_method_proofresponse_to_json(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
161
170
|
uniffi_walletkit_core_fn_method_proofresponse_version(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): number;
|
|
171
|
+
uniffi_walletkit_core_fn_constructor_storagekeys_from_bytes(databaseKey: Uint8Array, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
162
172
|
uniffi_walletkit_core_fn_constructor_storagepaths_from_root(root: Uint8Array, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
163
173
|
uniffi_walletkit_core_fn_method_storagepaths_cache_db_path_string(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
164
174
|
uniffi_walletkit_core_fn_method_storagepaths_groth16_dir_path_string(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
@@ -182,8 +192,11 @@ interface NativeModuleInterface {
|
|
|
182
192
|
uniffi_walletkit_core_fn_method_useragentbuilder_with_walletkit_segment(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
183
193
|
ffi_walletkit_core_uniffi_contract_version(): number;
|
|
184
194
|
uniffi_walletkit_core_checksum_func_check_credentials_against_proof_request(): number;
|
|
195
|
+
uniffi_walletkit_core_checksum_func_delete_storage_key_envelope(): number;
|
|
185
196
|
uniffi_walletkit_core_checksum_func_emit_log(): number;
|
|
186
197
|
uniffi_walletkit_core_checksum_func_init_logging(): number;
|
|
198
|
+
uniffi_walletkit_core_checksum_func_initialize_persistent_storage(): number;
|
|
199
|
+
uniffi_walletkit_core_checksum_func_open_or_create_storage_keys(): number;
|
|
187
200
|
uniffi_walletkit_core_checksum_func_recovery_data_from_seed(): number;
|
|
188
201
|
uniffi_walletkit_core_checksum_func_validate_authenticator_pubkey(): number;
|
|
189
202
|
uniffi_walletkit_core_checksum_method_atomicblobstore_read(): number;
|
|
@@ -212,19 +225,23 @@ interface NativeModuleInterface {
|
|
|
212
225
|
uniffi_walletkit_core_checksum_method_authenticator_revert_recovery_agent_update(): number;
|
|
213
226
|
uniffi_walletkit_core_checksum_method_authenticator_update_recovery_agent(): number;
|
|
214
227
|
uniffi_walletkit_core_checksum_constructor_credential_from_bytes(): number;
|
|
215
|
-
uniffi_walletkit_core_checksum_constructor_credential_from_issuance_response_bytes(): number;
|
|
216
228
|
uniffi_walletkit_core_checksum_method_credential_associated_data_commitment(): number;
|
|
229
|
+
uniffi_walletkit_core_checksum_method_credential_claims(): number;
|
|
230
|
+
uniffi_walletkit_core_checksum_method_credential_claims_hex(): number;
|
|
217
231
|
uniffi_walletkit_core_checksum_method_credential_expires_at(): number;
|
|
218
232
|
uniffi_walletkit_core_checksum_method_credential_issuer_schema_id(): number;
|
|
219
233
|
uniffi_walletkit_core_checksum_method_credential_sub(): number;
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
234
|
+
uniffi_walletkit_core_checksum_constructor_credentialstore_new(): number;
|
|
235
|
+
uniffi_walletkit_core_checksum_method_credentialstore_activity_metadata(): number;
|
|
236
|
+
uniffi_walletkit_core_checksum_method_credentialstore_clear_activities(): number;
|
|
223
237
|
uniffi_walletkit_core_checksum_method_credentialstore_danger_delete_all_credentials(): number;
|
|
224
238
|
uniffi_walletkit_core_checksum_method_credentialstore_delete_credential(): number;
|
|
225
239
|
uniffi_walletkit_core_checksum_method_credentialstore_destroy_storage(): number;
|
|
240
|
+
uniffi_walletkit_core_checksum_method_credentialstore_fetch_credential(): number;
|
|
226
241
|
uniffi_walletkit_core_checksum_method_credentialstore_init(): number;
|
|
242
|
+
uniffi_walletkit_core_checksum_method_credentialstore_list_activities(): number;
|
|
227
243
|
uniffi_walletkit_core_checksum_method_credentialstore_list_credentials(): number;
|
|
244
|
+
uniffi_walletkit_core_checksum_method_credentialstore_record_activity(): number;
|
|
228
245
|
uniffi_walletkit_core_checksum_method_credentialstore_storage_paths(): number;
|
|
229
246
|
uniffi_walletkit_core_checksum_method_credentialstore_store_credential(): number;
|
|
230
247
|
uniffi_walletkit_core_checksum_method_devicekeystore_seal(): number;
|
|
@@ -252,6 +269,7 @@ interface NativeModuleInterface {
|
|
|
252
269
|
uniffi_walletkit_core_checksum_method_proofresponse_id(): number;
|
|
253
270
|
uniffi_walletkit_core_checksum_method_proofresponse_to_json(): number;
|
|
254
271
|
uniffi_walletkit_core_checksum_method_proofresponse_version(): number;
|
|
272
|
+
uniffi_walletkit_core_checksum_constructor_storagekeys_from_bytes(): number;
|
|
255
273
|
uniffi_walletkit_core_checksum_constructor_storagepaths_from_root(): number;
|
|
256
274
|
uniffi_walletkit_core_checksum_method_storagepaths_cache_db_path_string(): number;
|
|
257
275
|
uniffi_walletkit_core_checksum_method_storagepaths_groth16_dir_path_string(): number;
|
|
@@ -992,6 +1010,24 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
992
1010
|
};
|
|
993
1011
|
readonly hasRustCallStatus: true;
|
|
994
1012
|
};
|
|
1013
|
+
readonly uniffi_walletkit_core_fn_clone_storagekeys: {
|
|
1014
|
+
readonly args: readonly [{
|
|
1015
|
+
readonly tag: "Handle";
|
|
1016
|
+
}];
|
|
1017
|
+
readonly ret: {
|
|
1018
|
+
readonly tag: "Handle";
|
|
1019
|
+
};
|
|
1020
|
+
readonly hasRustCallStatus: true;
|
|
1021
|
+
};
|
|
1022
|
+
readonly uniffi_walletkit_core_fn_free_storagekeys: {
|
|
1023
|
+
readonly args: readonly [{
|
|
1024
|
+
readonly tag: "Handle";
|
|
1025
|
+
}];
|
|
1026
|
+
readonly ret: {
|
|
1027
|
+
readonly tag: "Void";
|
|
1028
|
+
};
|
|
1029
|
+
readonly hasRustCallStatus: true;
|
|
1030
|
+
};
|
|
995
1031
|
readonly uniffi_walletkit_core_fn_clone_storagepaths: {
|
|
996
1032
|
readonly args: readonly [{
|
|
997
1033
|
readonly tag: "Handle";
|
|
@@ -1135,6 +1171,17 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
1135
1171
|
};
|
|
1136
1172
|
readonly hasRustCallStatus: true;
|
|
1137
1173
|
};
|
|
1174
|
+
readonly uniffi_walletkit_core_fn_func_delete_storage_key_envelope: {
|
|
1175
|
+
readonly args: readonly [{
|
|
1176
|
+
readonly tag: "Handle";
|
|
1177
|
+
}, {
|
|
1178
|
+
readonly tag: "Handle";
|
|
1179
|
+
}];
|
|
1180
|
+
readonly ret: {
|
|
1181
|
+
readonly tag: "Void";
|
|
1182
|
+
};
|
|
1183
|
+
readonly hasRustCallStatus: true;
|
|
1184
|
+
};
|
|
1138
1185
|
readonly uniffi_walletkit_core_fn_func_emit_log: {
|
|
1139
1186
|
readonly args: readonly [{
|
|
1140
1187
|
readonly tag: "RustBuffer";
|
|
@@ -1157,6 +1204,28 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
1157
1204
|
};
|
|
1158
1205
|
readonly hasRustCallStatus: true;
|
|
1159
1206
|
};
|
|
1207
|
+
readonly uniffi_walletkit_core_fn_func_initialize_persistent_storage: {
|
|
1208
|
+
readonly args: readonly [];
|
|
1209
|
+
readonly ret: {
|
|
1210
|
+
readonly tag: "Handle";
|
|
1211
|
+
};
|
|
1212
|
+
readonly hasRustCallStatus: false;
|
|
1213
|
+
};
|
|
1214
|
+
readonly uniffi_walletkit_core_fn_func_open_or_create_storage_keys: {
|
|
1215
|
+
readonly args: readonly [{
|
|
1216
|
+
readonly tag: "Handle";
|
|
1217
|
+
}, {
|
|
1218
|
+
readonly tag: "Handle";
|
|
1219
|
+
}, {
|
|
1220
|
+
readonly tag: "Handle";
|
|
1221
|
+
}, {
|
|
1222
|
+
readonly tag: "UInt64";
|
|
1223
|
+
}];
|
|
1224
|
+
readonly ret: {
|
|
1225
|
+
readonly tag: "Handle";
|
|
1226
|
+
};
|
|
1227
|
+
readonly hasRustCallStatus: true;
|
|
1228
|
+
};
|
|
1160
1229
|
readonly uniffi_walletkit_core_fn_func_recovery_data_from_seed: {
|
|
1161
1230
|
readonly args: readonly [{
|
|
1162
1231
|
readonly tag: "RustBuffer";
|
|
@@ -1499,21 +1568,30 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
1499
1568
|
};
|
|
1500
1569
|
readonly hasRustCallStatus: true;
|
|
1501
1570
|
};
|
|
1502
|
-
readonly
|
|
1571
|
+
readonly uniffi_walletkit_core_fn_method_credential_associated_data_commitment: {
|
|
1503
1572
|
readonly args: readonly [{
|
|
1504
|
-
readonly tag: "
|
|
1573
|
+
readonly tag: "Handle";
|
|
1505
1574
|
}];
|
|
1506
1575
|
readonly ret: {
|
|
1507
1576
|
readonly tag: "Handle";
|
|
1508
1577
|
};
|
|
1509
1578
|
readonly hasRustCallStatus: true;
|
|
1510
1579
|
};
|
|
1511
|
-
readonly
|
|
1580
|
+
readonly uniffi_walletkit_core_fn_method_credential_claims: {
|
|
1512
1581
|
readonly args: readonly [{
|
|
1513
1582
|
readonly tag: "Handle";
|
|
1514
1583
|
}];
|
|
1515
1584
|
readonly ret: {
|
|
1585
|
+
readonly tag: "RustBuffer";
|
|
1586
|
+
};
|
|
1587
|
+
readonly hasRustCallStatus: true;
|
|
1588
|
+
};
|
|
1589
|
+
readonly uniffi_walletkit_core_fn_method_credential_claims_hex: {
|
|
1590
|
+
readonly args: readonly [{
|
|
1516
1591
|
readonly tag: "Handle";
|
|
1592
|
+
}];
|
|
1593
|
+
readonly ret: {
|
|
1594
|
+
readonly tag: "RustBuffer";
|
|
1517
1595
|
};
|
|
1518
1596
|
readonly hasRustCallStatus: true;
|
|
1519
1597
|
};
|
|
@@ -1544,32 +1622,32 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
1544
1622
|
};
|
|
1545
1623
|
readonly hasRustCallStatus: true;
|
|
1546
1624
|
};
|
|
1547
|
-
readonly
|
|
1625
|
+
readonly uniffi_walletkit_core_fn_constructor_credentialstore_new: {
|
|
1548
1626
|
readonly args: readonly [{
|
|
1549
1627
|
readonly tag: "Handle";
|
|
1628
|
+
}, {
|
|
1629
|
+
readonly tag: "Handle";
|
|
1550
1630
|
}];
|
|
1551
1631
|
readonly ret: {
|
|
1552
1632
|
readonly tag: "Handle";
|
|
1553
1633
|
};
|
|
1554
1634
|
readonly hasRustCallStatus: true;
|
|
1555
1635
|
};
|
|
1556
|
-
readonly
|
|
1557
|
-
readonly args: readonly [
|
|
1558
|
-
readonly ret: {
|
|
1636
|
+
readonly uniffi_walletkit_core_fn_method_credentialstore_activity_metadata: {
|
|
1637
|
+
readonly args: readonly [{
|
|
1559
1638
|
readonly tag: "Handle";
|
|
1639
|
+
}];
|
|
1640
|
+
readonly ret: {
|
|
1641
|
+
readonly tag: "RustBuffer";
|
|
1560
1642
|
};
|
|
1561
1643
|
readonly hasRustCallStatus: true;
|
|
1562
1644
|
};
|
|
1563
|
-
readonly
|
|
1645
|
+
readonly uniffi_walletkit_core_fn_method_credentialstore_clear_activities: {
|
|
1564
1646
|
readonly args: readonly [{
|
|
1565
1647
|
readonly tag: "Handle";
|
|
1566
|
-
}, {
|
|
1567
|
-
readonly tag: "Handle";
|
|
1568
|
-
}, {
|
|
1569
|
-
readonly tag: "Handle";
|
|
1570
1648
|
}];
|
|
1571
1649
|
readonly ret: {
|
|
1572
|
-
readonly tag: "
|
|
1650
|
+
readonly tag: "UInt64";
|
|
1573
1651
|
};
|
|
1574
1652
|
readonly hasRustCallStatus: true;
|
|
1575
1653
|
};
|
|
@@ -1602,6 +1680,19 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
1602
1680
|
};
|
|
1603
1681
|
readonly hasRustCallStatus: true;
|
|
1604
1682
|
};
|
|
1683
|
+
readonly uniffi_walletkit_core_fn_method_credentialstore_fetch_credential: {
|
|
1684
|
+
readonly args: readonly [{
|
|
1685
|
+
readonly tag: "Handle";
|
|
1686
|
+
}, {
|
|
1687
|
+
readonly tag: "UInt64";
|
|
1688
|
+
}, {
|
|
1689
|
+
readonly tag: "UInt64";
|
|
1690
|
+
}];
|
|
1691
|
+
readonly ret: {
|
|
1692
|
+
readonly tag: "RustBuffer";
|
|
1693
|
+
};
|
|
1694
|
+
readonly hasRustCallStatus: true;
|
|
1695
|
+
};
|
|
1605
1696
|
readonly uniffi_walletkit_core_fn_method_credentialstore_init: {
|
|
1606
1697
|
readonly args: readonly [{
|
|
1607
1698
|
readonly tag: "Handle";
|
|
@@ -1615,6 +1706,21 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
1615
1706
|
};
|
|
1616
1707
|
readonly hasRustCallStatus: true;
|
|
1617
1708
|
};
|
|
1709
|
+
readonly uniffi_walletkit_core_fn_method_credentialstore_list_activities: {
|
|
1710
|
+
readonly args: readonly [{
|
|
1711
|
+
readonly tag: "Handle";
|
|
1712
|
+
}, {
|
|
1713
|
+
readonly tag: "RustBuffer";
|
|
1714
|
+
}, {
|
|
1715
|
+
readonly tag: "UInt32";
|
|
1716
|
+
}, {
|
|
1717
|
+
readonly tag: "UInt32";
|
|
1718
|
+
}];
|
|
1719
|
+
readonly ret: {
|
|
1720
|
+
readonly tag: "RustBuffer";
|
|
1721
|
+
};
|
|
1722
|
+
readonly hasRustCallStatus: true;
|
|
1723
|
+
};
|
|
1618
1724
|
readonly uniffi_walletkit_core_fn_method_credentialstore_list_credentials: {
|
|
1619
1725
|
readonly args: readonly [{
|
|
1620
1726
|
readonly tag: "Handle";
|
|
@@ -1628,6 +1734,19 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
1628
1734
|
};
|
|
1629
1735
|
readonly hasRustCallStatus: true;
|
|
1630
1736
|
};
|
|
1737
|
+
readonly uniffi_walletkit_core_fn_method_credentialstore_record_activity: {
|
|
1738
|
+
readonly args: readonly [{
|
|
1739
|
+
readonly tag: "Handle";
|
|
1740
|
+
}, {
|
|
1741
|
+
readonly tag: "RustBuffer";
|
|
1742
|
+
}, {
|
|
1743
|
+
readonly tag: "UInt64";
|
|
1744
|
+
}];
|
|
1745
|
+
readonly ret: {
|
|
1746
|
+
readonly tag: "UInt64";
|
|
1747
|
+
};
|
|
1748
|
+
readonly hasRustCallStatus: true;
|
|
1749
|
+
};
|
|
1631
1750
|
readonly uniffi_walletkit_core_fn_method_credentialstore_storage_paths: {
|
|
1632
1751
|
readonly args: readonly [{
|
|
1633
1752
|
readonly tag: "Handle";
|
|
@@ -1911,6 +2030,15 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
1911
2030
|
};
|
|
1912
2031
|
readonly hasRustCallStatus: true;
|
|
1913
2032
|
};
|
|
2033
|
+
readonly uniffi_walletkit_core_fn_constructor_storagekeys_from_bytes: {
|
|
2034
|
+
readonly args: readonly [{
|
|
2035
|
+
readonly tag: "RustBuffer";
|
|
2036
|
+
}];
|
|
2037
|
+
readonly ret: {
|
|
2038
|
+
readonly tag: "Handle";
|
|
2039
|
+
};
|
|
2040
|
+
readonly hasRustCallStatus: true;
|
|
2041
|
+
};
|
|
1914
2042
|
readonly uniffi_walletkit_core_fn_constructor_storagepaths_from_root: {
|
|
1915
2043
|
readonly args: readonly [{
|
|
1916
2044
|
readonly tag: "RustBuffer";
|
|
@@ -2124,6 +2252,13 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
2124
2252
|
};
|
|
2125
2253
|
readonly hasRustCallStatus: false;
|
|
2126
2254
|
};
|
|
2255
|
+
readonly uniffi_walletkit_core_checksum_func_delete_storage_key_envelope: {
|
|
2256
|
+
readonly args: readonly [];
|
|
2257
|
+
readonly ret: {
|
|
2258
|
+
readonly tag: "UInt16";
|
|
2259
|
+
};
|
|
2260
|
+
readonly hasRustCallStatus: false;
|
|
2261
|
+
};
|
|
2127
2262
|
readonly uniffi_walletkit_core_checksum_func_emit_log: {
|
|
2128
2263
|
readonly args: readonly [];
|
|
2129
2264
|
readonly ret: {
|
|
@@ -2138,6 +2273,20 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
2138
2273
|
};
|
|
2139
2274
|
readonly hasRustCallStatus: false;
|
|
2140
2275
|
};
|
|
2276
|
+
readonly uniffi_walletkit_core_checksum_func_initialize_persistent_storage: {
|
|
2277
|
+
readonly args: readonly [];
|
|
2278
|
+
readonly ret: {
|
|
2279
|
+
readonly tag: "UInt16";
|
|
2280
|
+
};
|
|
2281
|
+
readonly hasRustCallStatus: false;
|
|
2282
|
+
};
|
|
2283
|
+
readonly uniffi_walletkit_core_checksum_func_open_or_create_storage_keys: {
|
|
2284
|
+
readonly args: readonly [];
|
|
2285
|
+
readonly ret: {
|
|
2286
|
+
readonly tag: "UInt16";
|
|
2287
|
+
};
|
|
2288
|
+
readonly hasRustCallStatus: false;
|
|
2289
|
+
};
|
|
2141
2290
|
readonly uniffi_walletkit_core_checksum_func_recovery_data_from_seed: {
|
|
2142
2291
|
readonly args: readonly [];
|
|
2143
2292
|
readonly ret: {
|
|
@@ -2334,14 +2483,21 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
2334
2483
|
};
|
|
2335
2484
|
readonly hasRustCallStatus: false;
|
|
2336
2485
|
};
|
|
2337
|
-
readonly
|
|
2486
|
+
readonly uniffi_walletkit_core_checksum_method_credential_associated_data_commitment: {
|
|
2338
2487
|
readonly args: readonly [];
|
|
2339
2488
|
readonly ret: {
|
|
2340
2489
|
readonly tag: "UInt16";
|
|
2341
2490
|
};
|
|
2342
2491
|
readonly hasRustCallStatus: false;
|
|
2343
2492
|
};
|
|
2344
|
-
readonly
|
|
2493
|
+
readonly uniffi_walletkit_core_checksum_method_credential_claims: {
|
|
2494
|
+
readonly args: readonly [];
|
|
2495
|
+
readonly ret: {
|
|
2496
|
+
readonly tag: "UInt16";
|
|
2497
|
+
};
|
|
2498
|
+
readonly hasRustCallStatus: false;
|
|
2499
|
+
};
|
|
2500
|
+
readonly uniffi_walletkit_core_checksum_method_credential_claims_hex: {
|
|
2345
2501
|
readonly args: readonly [];
|
|
2346
2502
|
readonly ret: {
|
|
2347
2503
|
readonly tag: "UInt16";
|
|
@@ -2369,21 +2525,21 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
2369
2525
|
};
|
|
2370
2526
|
readonly hasRustCallStatus: false;
|
|
2371
2527
|
};
|
|
2372
|
-
readonly
|
|
2528
|
+
readonly uniffi_walletkit_core_checksum_constructor_credentialstore_new: {
|
|
2373
2529
|
readonly args: readonly [];
|
|
2374
2530
|
readonly ret: {
|
|
2375
2531
|
readonly tag: "UInt16";
|
|
2376
2532
|
};
|
|
2377
2533
|
readonly hasRustCallStatus: false;
|
|
2378
2534
|
};
|
|
2379
|
-
readonly
|
|
2535
|
+
readonly uniffi_walletkit_core_checksum_method_credentialstore_activity_metadata: {
|
|
2380
2536
|
readonly args: readonly [];
|
|
2381
2537
|
readonly ret: {
|
|
2382
2538
|
readonly tag: "UInt16";
|
|
2383
2539
|
};
|
|
2384
2540
|
readonly hasRustCallStatus: false;
|
|
2385
2541
|
};
|
|
2386
|
-
readonly
|
|
2542
|
+
readonly uniffi_walletkit_core_checksum_method_credentialstore_clear_activities: {
|
|
2387
2543
|
readonly args: readonly [];
|
|
2388
2544
|
readonly ret: {
|
|
2389
2545
|
readonly tag: "UInt16";
|
|
@@ -2411,6 +2567,13 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
2411
2567
|
};
|
|
2412
2568
|
readonly hasRustCallStatus: false;
|
|
2413
2569
|
};
|
|
2570
|
+
readonly uniffi_walletkit_core_checksum_method_credentialstore_fetch_credential: {
|
|
2571
|
+
readonly args: readonly [];
|
|
2572
|
+
readonly ret: {
|
|
2573
|
+
readonly tag: "UInt16";
|
|
2574
|
+
};
|
|
2575
|
+
readonly hasRustCallStatus: false;
|
|
2576
|
+
};
|
|
2414
2577
|
readonly uniffi_walletkit_core_checksum_method_credentialstore_init: {
|
|
2415
2578
|
readonly args: readonly [];
|
|
2416
2579
|
readonly ret: {
|
|
@@ -2418,6 +2581,13 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
2418
2581
|
};
|
|
2419
2582
|
readonly hasRustCallStatus: false;
|
|
2420
2583
|
};
|
|
2584
|
+
readonly uniffi_walletkit_core_checksum_method_credentialstore_list_activities: {
|
|
2585
|
+
readonly args: readonly [];
|
|
2586
|
+
readonly ret: {
|
|
2587
|
+
readonly tag: "UInt16";
|
|
2588
|
+
};
|
|
2589
|
+
readonly hasRustCallStatus: false;
|
|
2590
|
+
};
|
|
2421
2591
|
readonly uniffi_walletkit_core_checksum_method_credentialstore_list_credentials: {
|
|
2422
2592
|
readonly args: readonly [];
|
|
2423
2593
|
readonly ret: {
|
|
@@ -2425,6 +2595,13 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
2425
2595
|
};
|
|
2426
2596
|
readonly hasRustCallStatus: false;
|
|
2427
2597
|
};
|
|
2598
|
+
readonly uniffi_walletkit_core_checksum_method_credentialstore_record_activity: {
|
|
2599
|
+
readonly args: readonly [];
|
|
2600
|
+
readonly ret: {
|
|
2601
|
+
readonly tag: "UInt16";
|
|
2602
|
+
};
|
|
2603
|
+
readonly hasRustCallStatus: false;
|
|
2604
|
+
};
|
|
2428
2605
|
readonly uniffi_walletkit_core_checksum_method_credentialstore_storage_paths: {
|
|
2429
2606
|
readonly args: readonly [];
|
|
2430
2607
|
readonly ret: {
|
|
@@ -2614,6 +2791,13 @@ export declare const PLAYER_DEFINITIONS: {
|
|
|
2614
2791
|
};
|
|
2615
2792
|
readonly hasRustCallStatus: false;
|
|
2616
2793
|
};
|
|
2794
|
+
readonly uniffi_walletkit_core_checksum_constructor_storagekeys_from_bytes: {
|
|
2795
|
+
readonly args: readonly [];
|
|
2796
|
+
readonly ret: {
|
|
2797
|
+
readonly tag: "UInt16";
|
|
2798
|
+
};
|
|
2799
|
+
readonly hasRustCallStatus: false;
|
|
2800
|
+
};
|
|
2617
2801
|
readonly uniffi_walletkit_core_checksum_constructor_storagepaths_from_root: {
|
|
2618
2802
|
readonly args: readonly [];
|
|
2619
2803
|
readonly ret: {
|