walletkit-web 0.21.3

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.
@@ -0,0 +1,3139 @@
1
+ import { type UniffiRustCallStatus, type UniffiResult } from "@ubjs/core";
2
+ interface NativeModuleInterface {
3
+ ffi_walletkit_core_rust_future_poll_u8(handle: bigint, callback: UniffiRustFutureContinuationCallback, callbackData: bigint): void;
4
+ ffi_walletkit_core_rust_future_cancel_u8(handle: bigint): void;
5
+ ffi_walletkit_core_rust_future_complete_u8(handle: bigint, uniffi_out_err: UniffiRustCallStatus): number;
6
+ ffi_walletkit_core_rust_future_free_u8(handle: bigint): void;
7
+ ffi_walletkit_core_rust_future_poll_i8(handle: bigint, callback: UniffiRustFutureContinuationCallback, callbackData: bigint): void;
8
+ ffi_walletkit_core_rust_future_cancel_i8(handle: bigint): void;
9
+ ffi_walletkit_core_rust_future_complete_i8(handle: bigint, uniffi_out_err: UniffiRustCallStatus): number;
10
+ ffi_walletkit_core_rust_future_free_i8(handle: bigint): void;
11
+ ffi_walletkit_core_rust_future_poll_u16(handle: bigint, callback: UniffiRustFutureContinuationCallback, callbackData: bigint): void;
12
+ ffi_walletkit_core_rust_future_cancel_u16(handle: bigint): void;
13
+ ffi_walletkit_core_rust_future_complete_u16(handle: bigint, uniffi_out_err: UniffiRustCallStatus): number;
14
+ ffi_walletkit_core_rust_future_free_u16(handle: bigint): void;
15
+ ffi_walletkit_core_rust_future_poll_i16(handle: bigint, callback: UniffiRustFutureContinuationCallback, callbackData: bigint): void;
16
+ ffi_walletkit_core_rust_future_cancel_i16(handle: bigint): void;
17
+ ffi_walletkit_core_rust_future_complete_i16(handle: bigint, uniffi_out_err: UniffiRustCallStatus): number;
18
+ ffi_walletkit_core_rust_future_free_i16(handle: bigint): void;
19
+ ffi_walletkit_core_rust_future_poll_u32(handle: bigint, callback: UniffiRustFutureContinuationCallback, callbackData: bigint): void;
20
+ ffi_walletkit_core_rust_future_cancel_u32(handle: bigint): void;
21
+ ffi_walletkit_core_rust_future_complete_u32(handle: bigint, uniffi_out_err: UniffiRustCallStatus): number;
22
+ ffi_walletkit_core_rust_future_free_u32(handle: bigint): void;
23
+ ffi_walletkit_core_rust_future_poll_i32(handle: bigint, callback: UniffiRustFutureContinuationCallback, callbackData: bigint): void;
24
+ ffi_walletkit_core_rust_future_cancel_i32(handle: bigint): void;
25
+ ffi_walletkit_core_rust_future_complete_i32(handle: bigint, uniffi_out_err: UniffiRustCallStatus): number;
26
+ ffi_walletkit_core_rust_future_free_i32(handle: bigint): void;
27
+ ffi_walletkit_core_rust_future_poll_u64(handle: bigint, callback: UniffiRustFutureContinuationCallback, callbackData: bigint): void;
28
+ ffi_walletkit_core_rust_future_cancel_u64(handle: bigint): void;
29
+ ffi_walletkit_core_rust_future_complete_u64(handle: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
30
+ ffi_walletkit_core_rust_future_free_u64(handle: bigint): void;
31
+ ffi_walletkit_core_rust_future_poll_i64(handle: bigint, callback: UniffiRustFutureContinuationCallback, callbackData: bigint): void;
32
+ ffi_walletkit_core_rust_future_cancel_i64(handle: bigint): void;
33
+ ffi_walletkit_core_rust_future_complete_i64(handle: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
34
+ ffi_walletkit_core_rust_future_free_i64(handle: bigint): void;
35
+ ffi_walletkit_core_rust_future_poll_f32(handle: bigint, callback: UniffiRustFutureContinuationCallback, callbackData: bigint): void;
36
+ ffi_walletkit_core_rust_future_cancel_f32(handle: bigint): void;
37
+ ffi_walletkit_core_rust_future_complete_f32(handle: bigint, uniffi_out_err: UniffiRustCallStatus): number;
38
+ ffi_walletkit_core_rust_future_free_f32(handle: bigint): void;
39
+ ffi_walletkit_core_rust_future_poll_f64(handle: bigint, callback: UniffiRustFutureContinuationCallback, callbackData: bigint): void;
40
+ ffi_walletkit_core_rust_future_cancel_f64(handle: bigint): void;
41
+ ffi_walletkit_core_rust_future_complete_f64(handle: bigint, uniffi_out_err: UniffiRustCallStatus): number;
42
+ ffi_walletkit_core_rust_future_free_f64(handle: bigint): void;
43
+ ffi_walletkit_core_rust_future_poll_rust_buffer(handle: bigint, callback: UniffiRustFutureContinuationCallback, callbackData: bigint): void;
44
+ ffi_walletkit_core_rust_future_cancel_rust_buffer(handle: bigint): void;
45
+ ffi_walletkit_core_rust_future_complete_rust_buffer(handle: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
46
+ ffi_walletkit_core_rust_future_free_rust_buffer(handle: bigint): void;
47
+ ffi_walletkit_core_rust_future_poll_void(handle: bigint, callback: UniffiRustFutureContinuationCallback, callbackData: bigint): void;
48
+ ffi_walletkit_core_rust_future_cancel_void(handle: bigint): void;
49
+ ffi_walletkit_core_rust_future_complete_void(handle: bigint, uniffi_out_err: UniffiRustCallStatus): void;
50
+ ffi_walletkit_core_rust_future_free_void(handle: bigint): void;
51
+ uniffi_walletkit_core_fn_clone_atomicblobstore(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
52
+ uniffi_walletkit_core_fn_free_atomicblobstore(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
53
+ uniffi_walletkit_core_fn_clone_authenticator(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
54
+ uniffi_walletkit_core_fn_free_authenticator(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
55
+ uniffi_walletkit_core_fn_clone_credential(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
56
+ uniffi_walletkit_core_fn_free_credential(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
57
+ uniffi_walletkit_core_fn_clone_credentialstore(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
58
+ uniffi_walletkit_core_fn_free_credentialstore(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
59
+ uniffi_walletkit_core_fn_clone_devicekeystore(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
60
+ uniffi_walletkit_core_fn_free_devicekeystore(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
61
+ uniffi_walletkit_core_fn_clone_embeddedzkartifacts(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
62
+ uniffi_walletkit_core_fn_free_embeddedzkartifacts(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
63
+ uniffi_walletkit_core_fn_clone_fieldelement(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
64
+ uniffi_walletkit_core_fn_free_fieldelement(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
65
+ uniffi_walletkit_core_fn_clone_initializingauthenticator(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
66
+ uniffi_walletkit_core_fn_free_initializingauthenticator(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
67
+ uniffi_walletkit_core_fn_clone_logger(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
68
+ uniffi_walletkit_core_fn_free_logger(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
69
+ uniffi_walletkit_core_fn_clone_ownershipproof(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
70
+ uniffi_walletkit_core_fn_free_ownershipproof(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
71
+ uniffi_walletkit_core_fn_clone_proofrequest(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
72
+ uniffi_walletkit_core_fn_free_proofrequest(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
73
+ uniffi_walletkit_core_fn_clone_proofresponse(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
74
+ uniffi_walletkit_core_fn_free_proofresponse(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
75
+ uniffi_walletkit_core_fn_clone_storagepaths(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
76
+ uniffi_walletkit_core_fn_free_storagepaths(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
77
+ uniffi_walletkit_core_fn_clone_storageprovider(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
78
+ uniffi_walletkit_core_fn_free_storageprovider(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
79
+ uniffi_walletkit_core_fn_clone_useragent(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
80
+ uniffi_walletkit_core_fn_free_useragent(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
81
+ uniffi_walletkit_core_fn_clone_useragentbuilder(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
82
+ uniffi_walletkit_core_fn_free_useragentbuilder(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
83
+ uniffi_walletkit_core_fn_clone_walletkitzkartifactsource(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
84
+ uniffi_walletkit_core_fn_free_walletkitzkartifactsource(ptr: bigint, uniffi_out_err: UniffiRustCallStatus): void;
85
+ uniffi_walletkit_core_fn_init_callback_vtable_atomicblobstore(vtable: UniffiVTableCallbackInterfaceWalletkitCoreAtomicBlobStore): void;
86
+ uniffi_walletkit_core_fn_init_callback_vtable_devicekeystore(vtable: UniffiVTableCallbackInterfaceWalletkitCoreDeviceKeystore): void;
87
+ uniffi_walletkit_core_fn_init_callback_vtable_logger(vtable: UniffiVTableCallbackInterfaceWalletkitCoreLogger): void;
88
+ uniffi_walletkit_core_fn_init_callback_vtable_storageprovider(vtable: UniffiVTableCallbackInterfaceWalletkitCoreStorageProvider): void;
89
+ uniffi_walletkit_core_fn_func_check_credentials_against_proof_request(request: bigint, store: bigint, now: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
90
+ uniffi_walletkit_core_fn_func_emit_log(level: Uint8Array, message: Uint8Array, uniffi_out_err: UniffiRustCallStatus): void;
91
+ uniffi_walletkit_core_fn_func_init_logging(logger: bigint, level: Uint8Array, uniffi_out_err: UniffiRustCallStatus): void;
92
+ uniffi_walletkit_core_fn_func_recovery_data_from_seed(seed: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
93
+ uniffi_walletkit_core_fn_func_validate_authenticator_pubkey(authenticatorPubkey: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
94
+ uniffi_walletkit_core_fn_method_environment_poh_recovery_agent_address(uniffiSelf: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
95
+ uniffi_walletkit_core_fn_method_environment_world_id_verifier_address(uniffiSelf: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
96
+ uniffi_walletkit_core_fn_method_atomicblobstore_read(uniffiSelf: bigint, path: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
97
+ uniffi_walletkit_core_fn_method_atomicblobstore_write_atomic(uniffiSelf: bigint, path: Uint8Array, bytes: Uint8Array, uniffi_out_err: UniffiRustCallStatus): void;
98
+ uniffi_walletkit_core_fn_method_atomicblobstore_delete(uniffiSelf: bigint, path: Uint8Array, uniffi_out_err: UniffiRustCallStatus): void;
99
+ uniffi_walletkit_core_fn_constructor_authenticator_init(seed: Uint8Array, config: Uint8Array, artifacts: bigint, store: bigint): bigint;
100
+ uniffi_walletkit_core_fn_constructor_authenticator_init_with_defaults(seed: Uint8Array, rpcUrl: Uint8Array, environment: Uint8Array, region: Uint8Array, artifacts: bigint, store: bigint): bigint;
101
+ uniffi_walletkit_core_fn_constructor_authenticator_init_with_ohttp_defaults(seed: Uint8Array, rpcUrl: Uint8Array, environment: Uint8Array, region: Uint8Array, artifacts: bigint, store: bigint): bigint;
102
+ uniffi_walletkit_core_fn_method_authenticator_compute_credential_sub(uniffiSelf: bigint, blindingFactor: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
103
+ uniffi_walletkit_core_fn_method_authenticator_danger_sign_challenge(uniffiSelf: bigint, challenge: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
104
+ uniffi_walletkit_core_fn_method_authenticator_danger_sign_initiate_recovery_agent_update(uniffiSelf: bigint, newRecoveryAgent: Uint8Array): bigint;
105
+ uniffi_walletkit_core_fn_method_authenticator_destroy_storage(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): void;
106
+ uniffi_walletkit_core_fn_method_authenticator_generate_credential_blinding_factor_remote(uniffiSelf: bigint, issuerSchemaId: bigint): bigint;
107
+ uniffi_walletkit_core_fn_method_authenticator_generate_proof(uniffiSelf: bigint, proofRequest: bigint, now: Uint8Array): bigint;
108
+ uniffi_walletkit_core_fn_method_authenticator_get_authenticator_pubkeys(uniffiSelf: bigint): bigint;
109
+ uniffi_walletkit_core_fn_method_authenticator_get_packed_account_data_remote(uniffiSelf: bigint): bigint;
110
+ uniffi_walletkit_core_fn_method_authenticator_has_authenticator_pubkey(uniffiSelf: bigint, authenticatorPubkey: Uint8Array): bigint;
111
+ uniffi_walletkit_core_fn_method_authenticator_init_storage(uniffiSelf: bigint, now: bigint, uniffi_out_err: UniffiRustCallStatus): void;
112
+ uniffi_walletkit_core_fn_method_authenticator_insert_authenticator(uniffiSelf: bigint, newAuthenticatorPubkey: Uint8Array, newAuthenticatorAddress: Uint8Array): bigint;
113
+ uniffi_walletkit_core_fn_method_authenticator_leaf_index(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
114
+ uniffi_walletkit_core_fn_method_authenticator_onchain_address(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
115
+ uniffi_walletkit_core_fn_method_authenticator_packed_account_data(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
116
+ uniffi_walletkit_core_fn_method_authenticator_poll_status(uniffiSelf: bigint, requestId: Uint8Array): bigint;
117
+ uniffi_walletkit_core_fn_method_authenticator_prove_credential_sub(uniffiSelf: bigint, nonce: bigint, context: bigint, blindingFactor: bigint, sub: bigint): bigint;
118
+ uniffi_walletkit_core_fn_method_authenticator_remove_authenticator(uniffiSelf: bigint, authenticatorAddress: Uint8Array, pubkeyId: number, expectedAuthenticatorPubkey: Uint8Array): bigint;
119
+ uniffi_walletkit_core_fn_method_authenticator_revert_recovery_agent_update(uniffiSelf: bigint): bigint;
120
+ uniffi_walletkit_core_fn_method_authenticator_update_recovery_agent(uniffiSelf: bigint, newRecoveryAgent: Uint8Array): bigint;
121
+ 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
+ uniffi_walletkit_core_fn_method_credential_associated_data_commitment(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
124
+ uniffi_walletkit_core_fn_method_credential_expires_at(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
125
+ uniffi_walletkit_core_fn_method_credential_issuer_schema_id(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
126
+ uniffi_walletkit_core_fn_method_credential_sub(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
127
+ uniffi_walletkit_core_fn_constructor_credentialstore_from_provider_arc(provider: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
128
+ uniffi_walletkit_core_fn_constructor_credentialstore_new_ephemeral(uniffi_out_err: UniffiRustCallStatus): bigint;
129
+ uniffi_walletkit_core_fn_constructor_credentialstore_new_with_components(paths: bigint, keystore: bigint, blobStore: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
130
+ uniffi_walletkit_core_fn_method_credentialstore_danger_delete_all_credentials(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
131
+ uniffi_walletkit_core_fn_method_credentialstore_delete_credential(uniffiSelf: bigint, credentialId: bigint, uniffi_out_err: UniffiRustCallStatus): void;
132
+ uniffi_walletkit_core_fn_method_credentialstore_destroy_storage(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): void;
133
+ uniffi_walletkit_core_fn_method_credentialstore_init(uniffiSelf: bigint, leafIndex: bigint, now: bigint, uniffi_out_err: UniffiRustCallStatus): void;
134
+ uniffi_walletkit_core_fn_method_credentialstore_list_credentials(uniffiSelf: bigint, issuerSchemaId: Uint8Array, now: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
135
+ uniffi_walletkit_core_fn_method_credentialstore_storage_paths(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
136
+ 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
+ uniffi_walletkit_core_fn_method_devicekeystore_seal(uniffiSelf: bigint, associatedData: Uint8Array, plaintext: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
138
+ uniffi_walletkit_core_fn_method_devicekeystore_open_sealed(uniffiSelf: bigint, associatedData: Uint8Array, ciphertext: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
139
+ uniffi_walletkit_core_fn_constructor_embeddedzkartifacts_new(uniffi_out_err: UniffiRustCallStatus): bigint;
140
+ uniffi_walletkit_core_fn_method_embeddedzkartifacts_as_zk_artifact_source(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
141
+ uniffi_walletkit_core_fn_constructor_fieldelement_from_bytes(bytes: Uint8Array, uniffi_out_err: UniffiRustCallStatus): bigint;
142
+ uniffi_walletkit_core_fn_constructor_fieldelement_from_u64(value: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
143
+ uniffi_walletkit_core_fn_constructor_fieldelement_try_from_hex_string(hexString: Uint8Array, uniffi_out_err: UniffiRustCallStatus): bigint;
144
+ uniffi_walletkit_core_fn_method_fieldelement_to_bytes(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
145
+ uniffi_walletkit_core_fn_method_fieldelement_to_hex_string(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
146
+ uniffi_walletkit_core_fn_constructor_initializingauthenticator_register(seed: Uint8Array, config: Uint8Array, recoveryAddress: Uint8Array): bigint;
147
+ uniffi_walletkit_core_fn_constructor_initializingauthenticator_register_with_defaults(seed: Uint8Array, rpcUrl: Uint8Array, environment: Uint8Array, region: Uint8Array, recoveryAddress: Uint8Array): bigint;
148
+ uniffi_walletkit_core_fn_constructor_initializingauthenticator_register_with_ohttp_defaults(seed: Uint8Array, rpcUrl: Uint8Array, environment: Uint8Array, region: Uint8Array, recoveryAddress: Uint8Array): bigint;
149
+ uniffi_walletkit_core_fn_method_initializingauthenticator_poll_status(uniffiSelf: bigint): bigint;
150
+ uniffi_walletkit_core_fn_method_logger_log(uniffiSelf: bigint, level: Uint8Array, message: Uint8Array, uniffi_out_err: UniffiRustCallStatus): void;
151
+ uniffi_walletkit_core_fn_method_ownershipproof_encode(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
152
+ uniffi_walletkit_core_fn_method_ownershipproof_encode_b64(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
153
+ uniffi_walletkit_core_fn_method_ownershipproof_merkle_root(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
154
+ uniffi_walletkit_core_fn_constructor_proofrequest_from_json(json: Uint8Array, uniffi_out_err: UniffiRustCallStatus): bigint;
155
+ uniffi_walletkit_core_fn_method_proofrequest_id(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
156
+ uniffi_walletkit_core_fn_method_proofrequest_to_json(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
157
+ uniffi_walletkit_core_fn_method_proofrequest_version(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): number;
158
+ uniffi_walletkit_core_fn_method_proofresponse_error(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
159
+ uniffi_walletkit_core_fn_method_proofresponse_id(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
160
+ uniffi_walletkit_core_fn_method_proofresponse_to_json(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
161
+ uniffi_walletkit_core_fn_method_proofresponse_version(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): number;
162
+ uniffi_walletkit_core_fn_constructor_storagepaths_from_root(root: Uint8Array, uniffi_out_err: UniffiRustCallStatus): bigint;
163
+ uniffi_walletkit_core_fn_method_storagepaths_cache_db_path_string(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
164
+ uniffi_walletkit_core_fn_method_storagepaths_groth16_dir_path_string(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
165
+ uniffi_walletkit_core_fn_method_storagepaths_lock_path_string(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
166
+ uniffi_walletkit_core_fn_method_storagepaths_nullifier_graph_path_string(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
167
+ uniffi_walletkit_core_fn_method_storagepaths_nullifier_zkey_path_string(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
168
+ uniffi_walletkit_core_fn_method_storagepaths_query_graph_path_string(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
169
+ uniffi_walletkit_core_fn_method_storagepaths_query_zkey_path_string(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
170
+ uniffi_walletkit_core_fn_method_storagepaths_root_path_string(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
171
+ uniffi_walletkit_core_fn_method_storagepaths_vault_db_path_string(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
172
+ uniffi_walletkit_core_fn_method_storagepaths_worldid_dir_path_string(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
173
+ uniffi_walletkit_core_fn_method_storageprovider_keystore(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
174
+ uniffi_walletkit_core_fn_method_storageprovider_blob_store(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
175
+ uniffi_walletkit_core_fn_method_storageprovider_paths(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
176
+ uniffi_walletkit_core_fn_method_useragent_header_value(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
177
+ uniffi_walletkit_core_fn_constructor_useragentbuilder_new(uniffi_out_err: UniffiRustCallStatus): bigint;
178
+ uniffi_walletkit_core_fn_method_useragentbuilder_build(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
179
+ uniffi_walletkit_core_fn_method_useragentbuilder_with_app_segment_for_client(uniffiSelf: bigint, appVersion: Uint8Array, clientName: Uint8Array, uniffi_out_err: UniffiRustCallStatus): bigint;
180
+ uniffi_walletkit_core_fn_method_useragentbuilder_with_client_segment(uniffiSelf: bigint, clientName: Uint8Array, osVersion: Uint8Array, uniffi_out_err: UniffiRustCallStatus): bigint;
181
+ uniffi_walletkit_core_fn_method_useragentbuilder_with_segment(uniffiSelf: bigint, name: Uint8Array, version: Uint8Array, uniffi_out_err: UniffiRustCallStatus): bigint;
182
+ uniffi_walletkit_core_fn_method_useragentbuilder_with_walletkit_segment(uniffiSelf: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
183
+ ffi_walletkit_core_uniffi_contract_version(): number;
184
+ uniffi_walletkit_core_checksum_func_check_credentials_against_proof_request(): number;
185
+ uniffi_walletkit_core_checksum_func_emit_log(): number;
186
+ uniffi_walletkit_core_checksum_func_init_logging(): number;
187
+ uniffi_walletkit_core_checksum_func_recovery_data_from_seed(): number;
188
+ uniffi_walletkit_core_checksum_func_validate_authenticator_pubkey(): number;
189
+ uniffi_walletkit_core_checksum_method_atomicblobstore_read(): number;
190
+ uniffi_walletkit_core_checksum_method_atomicblobstore_write_atomic(): number;
191
+ uniffi_walletkit_core_checksum_method_atomicblobstore_delete(): number;
192
+ uniffi_walletkit_core_checksum_constructor_authenticator_init(): number;
193
+ uniffi_walletkit_core_checksum_constructor_authenticator_init_with_defaults(): number;
194
+ uniffi_walletkit_core_checksum_constructor_authenticator_init_with_ohttp_defaults(): number;
195
+ uniffi_walletkit_core_checksum_method_authenticator_compute_credential_sub(): number;
196
+ uniffi_walletkit_core_checksum_method_authenticator_danger_sign_challenge(): number;
197
+ uniffi_walletkit_core_checksum_method_authenticator_danger_sign_initiate_recovery_agent_update(): number;
198
+ uniffi_walletkit_core_checksum_method_authenticator_destroy_storage(): number;
199
+ uniffi_walletkit_core_checksum_method_authenticator_generate_credential_blinding_factor_remote(): number;
200
+ uniffi_walletkit_core_checksum_method_authenticator_generate_proof(): number;
201
+ uniffi_walletkit_core_checksum_method_authenticator_get_authenticator_pubkeys(): number;
202
+ uniffi_walletkit_core_checksum_method_authenticator_get_packed_account_data_remote(): number;
203
+ uniffi_walletkit_core_checksum_method_authenticator_has_authenticator_pubkey(): number;
204
+ uniffi_walletkit_core_checksum_method_authenticator_init_storage(): number;
205
+ uniffi_walletkit_core_checksum_method_authenticator_insert_authenticator(): number;
206
+ uniffi_walletkit_core_checksum_method_authenticator_leaf_index(): number;
207
+ uniffi_walletkit_core_checksum_method_authenticator_onchain_address(): number;
208
+ uniffi_walletkit_core_checksum_method_authenticator_packed_account_data(): number;
209
+ uniffi_walletkit_core_checksum_method_authenticator_poll_status(): number;
210
+ uniffi_walletkit_core_checksum_method_authenticator_prove_credential_sub(): number;
211
+ uniffi_walletkit_core_checksum_method_authenticator_remove_authenticator(): number;
212
+ uniffi_walletkit_core_checksum_method_authenticator_revert_recovery_agent_update(): number;
213
+ uniffi_walletkit_core_checksum_method_authenticator_update_recovery_agent(): number;
214
+ uniffi_walletkit_core_checksum_constructor_credential_from_bytes(): number;
215
+ uniffi_walletkit_core_checksum_constructor_credential_from_issuance_response_bytes(): number;
216
+ uniffi_walletkit_core_checksum_method_credential_associated_data_commitment(): number;
217
+ uniffi_walletkit_core_checksum_method_credential_expires_at(): number;
218
+ uniffi_walletkit_core_checksum_method_credential_issuer_schema_id(): number;
219
+ uniffi_walletkit_core_checksum_method_credential_sub(): number;
220
+ uniffi_walletkit_core_checksum_constructor_credentialstore_from_provider_arc(): number;
221
+ uniffi_walletkit_core_checksum_constructor_credentialstore_new_ephemeral(): number;
222
+ uniffi_walletkit_core_checksum_constructor_credentialstore_new_with_components(): number;
223
+ uniffi_walletkit_core_checksum_method_credentialstore_danger_delete_all_credentials(): number;
224
+ uniffi_walletkit_core_checksum_method_credentialstore_delete_credential(): number;
225
+ uniffi_walletkit_core_checksum_method_credentialstore_destroy_storage(): number;
226
+ uniffi_walletkit_core_checksum_method_credentialstore_init(): number;
227
+ uniffi_walletkit_core_checksum_method_credentialstore_list_credentials(): number;
228
+ uniffi_walletkit_core_checksum_method_credentialstore_storage_paths(): number;
229
+ uniffi_walletkit_core_checksum_method_credentialstore_store_credential(): number;
230
+ uniffi_walletkit_core_checksum_method_devicekeystore_seal(): number;
231
+ uniffi_walletkit_core_checksum_method_devicekeystore_open_sealed(): number;
232
+ uniffi_walletkit_core_checksum_constructor_embeddedzkartifacts_new(): number;
233
+ uniffi_walletkit_core_checksum_method_embeddedzkartifacts_as_zk_artifact_source(): number;
234
+ uniffi_walletkit_core_checksum_constructor_fieldelement_from_bytes(): number;
235
+ uniffi_walletkit_core_checksum_constructor_fieldelement_from_u64(): number;
236
+ uniffi_walletkit_core_checksum_constructor_fieldelement_try_from_hex_string(): number;
237
+ uniffi_walletkit_core_checksum_method_fieldelement_to_bytes(): number;
238
+ uniffi_walletkit_core_checksum_method_fieldelement_to_hex_string(): number;
239
+ uniffi_walletkit_core_checksum_constructor_initializingauthenticator_register(): number;
240
+ uniffi_walletkit_core_checksum_constructor_initializingauthenticator_register_with_defaults(): number;
241
+ uniffi_walletkit_core_checksum_constructor_initializingauthenticator_register_with_ohttp_defaults(): number;
242
+ uniffi_walletkit_core_checksum_method_initializingauthenticator_poll_status(): number;
243
+ uniffi_walletkit_core_checksum_method_logger_log(): number;
244
+ uniffi_walletkit_core_checksum_method_ownershipproof_encode(): number;
245
+ uniffi_walletkit_core_checksum_method_ownershipproof_encode_b64(): number;
246
+ uniffi_walletkit_core_checksum_method_ownershipproof_merkle_root(): number;
247
+ uniffi_walletkit_core_checksum_constructor_proofrequest_from_json(): number;
248
+ uniffi_walletkit_core_checksum_method_proofrequest_id(): number;
249
+ uniffi_walletkit_core_checksum_method_proofrequest_to_json(): number;
250
+ uniffi_walletkit_core_checksum_method_proofrequest_version(): number;
251
+ uniffi_walletkit_core_checksum_method_proofresponse_error(): number;
252
+ uniffi_walletkit_core_checksum_method_proofresponse_id(): number;
253
+ uniffi_walletkit_core_checksum_method_proofresponse_to_json(): number;
254
+ uniffi_walletkit_core_checksum_method_proofresponse_version(): number;
255
+ uniffi_walletkit_core_checksum_constructor_storagepaths_from_root(): number;
256
+ uniffi_walletkit_core_checksum_method_storagepaths_cache_db_path_string(): number;
257
+ uniffi_walletkit_core_checksum_method_storagepaths_groth16_dir_path_string(): number;
258
+ uniffi_walletkit_core_checksum_method_storagepaths_lock_path_string(): number;
259
+ uniffi_walletkit_core_checksum_method_storagepaths_nullifier_graph_path_string(): number;
260
+ uniffi_walletkit_core_checksum_method_storagepaths_nullifier_zkey_path_string(): number;
261
+ uniffi_walletkit_core_checksum_method_storagepaths_query_graph_path_string(): number;
262
+ uniffi_walletkit_core_checksum_method_storagepaths_query_zkey_path_string(): number;
263
+ uniffi_walletkit_core_checksum_method_storagepaths_root_path_string(): number;
264
+ uniffi_walletkit_core_checksum_method_storagepaths_vault_db_path_string(): number;
265
+ uniffi_walletkit_core_checksum_method_storagepaths_worldid_dir_path_string(): number;
266
+ uniffi_walletkit_core_checksum_method_storageprovider_keystore(): number;
267
+ uniffi_walletkit_core_checksum_method_storageprovider_blob_store(): number;
268
+ uniffi_walletkit_core_checksum_method_storageprovider_paths(): number;
269
+ uniffi_walletkit_core_checksum_method_useragent_header_value(): number;
270
+ uniffi_walletkit_core_checksum_constructor_useragentbuilder_new(): number;
271
+ uniffi_walletkit_core_checksum_method_useragentbuilder_build(): number;
272
+ uniffi_walletkit_core_checksum_method_useragentbuilder_with_app_segment_for_client(): number;
273
+ uniffi_walletkit_core_checksum_method_useragentbuilder_with_client_segment(): number;
274
+ uniffi_walletkit_core_checksum_method_useragentbuilder_with_segment(): number;
275
+ uniffi_walletkit_core_checksum_method_useragentbuilder_with_walletkit_segment(): number;
276
+ rustbuffer_alloc(n: number): Uint8Array;
277
+ rustbuffer_free(view: Uint8Array): void;
278
+ }
279
+ declare const getter: () => NativeModuleInterface;
280
+ export declare const PLAYER_DEFINITIONS: {
281
+ readonly symbols: {
282
+ readonly rustbuffer_alloc: "ffi_walletkit_core_rustbuffer_alloc";
283
+ readonly rustbuffer_free: "ffi_walletkit_core_rustbuffer_free";
284
+ readonly rustbuffer_from_bytes: "ffi_walletkit_core_rustbuffer_from_bytes";
285
+ };
286
+ readonly functions: {
287
+ readonly ffi_walletkit_core_rust_future_poll_u8: {
288
+ readonly args: readonly [{
289
+ readonly tag: "Handle";
290
+ }, {
291
+ readonly tag: "Callback";
292
+ readonly name: string;
293
+ }, {
294
+ readonly tag: "Handle";
295
+ }];
296
+ readonly ret: {
297
+ readonly tag: "Void";
298
+ };
299
+ readonly hasRustCallStatus: false;
300
+ };
301
+ readonly ffi_walletkit_core_rust_future_cancel_u8: {
302
+ readonly args: readonly [{
303
+ readonly tag: "Handle";
304
+ }];
305
+ readonly ret: {
306
+ readonly tag: "Void";
307
+ };
308
+ readonly hasRustCallStatus: false;
309
+ };
310
+ readonly ffi_walletkit_core_rust_future_complete_u8: {
311
+ readonly args: readonly [{
312
+ readonly tag: "Handle";
313
+ }];
314
+ readonly ret: {
315
+ readonly tag: "UInt8";
316
+ };
317
+ readonly hasRustCallStatus: true;
318
+ };
319
+ readonly ffi_walletkit_core_rust_future_free_u8: {
320
+ readonly args: readonly [{
321
+ readonly tag: "Handle";
322
+ }];
323
+ readonly ret: {
324
+ readonly tag: "Void";
325
+ };
326
+ readonly hasRustCallStatus: false;
327
+ };
328
+ readonly ffi_walletkit_core_rust_future_poll_i8: {
329
+ readonly args: readonly [{
330
+ readonly tag: "Handle";
331
+ }, {
332
+ readonly tag: "Callback";
333
+ readonly name: string;
334
+ }, {
335
+ readonly tag: "Handle";
336
+ }];
337
+ readonly ret: {
338
+ readonly tag: "Void";
339
+ };
340
+ readonly hasRustCallStatus: false;
341
+ };
342
+ readonly ffi_walletkit_core_rust_future_cancel_i8: {
343
+ readonly args: readonly [{
344
+ readonly tag: "Handle";
345
+ }];
346
+ readonly ret: {
347
+ readonly tag: "Void";
348
+ };
349
+ readonly hasRustCallStatus: false;
350
+ };
351
+ readonly ffi_walletkit_core_rust_future_complete_i8: {
352
+ readonly args: readonly [{
353
+ readonly tag: "Handle";
354
+ }];
355
+ readonly ret: {
356
+ readonly tag: "Int8";
357
+ };
358
+ readonly hasRustCallStatus: true;
359
+ };
360
+ readonly ffi_walletkit_core_rust_future_free_i8: {
361
+ readonly args: readonly [{
362
+ readonly tag: "Handle";
363
+ }];
364
+ readonly ret: {
365
+ readonly tag: "Void";
366
+ };
367
+ readonly hasRustCallStatus: false;
368
+ };
369
+ readonly ffi_walletkit_core_rust_future_poll_u16: {
370
+ readonly args: readonly [{
371
+ readonly tag: "Handle";
372
+ }, {
373
+ readonly tag: "Callback";
374
+ readonly name: string;
375
+ }, {
376
+ readonly tag: "Handle";
377
+ }];
378
+ readonly ret: {
379
+ readonly tag: "Void";
380
+ };
381
+ readonly hasRustCallStatus: false;
382
+ };
383
+ readonly ffi_walletkit_core_rust_future_cancel_u16: {
384
+ readonly args: readonly [{
385
+ readonly tag: "Handle";
386
+ }];
387
+ readonly ret: {
388
+ readonly tag: "Void";
389
+ };
390
+ readonly hasRustCallStatus: false;
391
+ };
392
+ readonly ffi_walletkit_core_rust_future_complete_u16: {
393
+ readonly args: readonly [{
394
+ readonly tag: "Handle";
395
+ }];
396
+ readonly ret: {
397
+ readonly tag: "UInt16";
398
+ };
399
+ readonly hasRustCallStatus: true;
400
+ };
401
+ readonly ffi_walletkit_core_rust_future_free_u16: {
402
+ readonly args: readonly [{
403
+ readonly tag: "Handle";
404
+ }];
405
+ readonly ret: {
406
+ readonly tag: "Void";
407
+ };
408
+ readonly hasRustCallStatus: false;
409
+ };
410
+ readonly ffi_walletkit_core_rust_future_poll_i16: {
411
+ readonly args: readonly [{
412
+ readonly tag: "Handle";
413
+ }, {
414
+ readonly tag: "Callback";
415
+ readonly name: string;
416
+ }, {
417
+ readonly tag: "Handle";
418
+ }];
419
+ readonly ret: {
420
+ readonly tag: "Void";
421
+ };
422
+ readonly hasRustCallStatus: false;
423
+ };
424
+ readonly ffi_walletkit_core_rust_future_cancel_i16: {
425
+ readonly args: readonly [{
426
+ readonly tag: "Handle";
427
+ }];
428
+ readonly ret: {
429
+ readonly tag: "Void";
430
+ };
431
+ readonly hasRustCallStatus: false;
432
+ };
433
+ readonly ffi_walletkit_core_rust_future_complete_i16: {
434
+ readonly args: readonly [{
435
+ readonly tag: "Handle";
436
+ }];
437
+ readonly ret: {
438
+ readonly tag: "Int16";
439
+ };
440
+ readonly hasRustCallStatus: true;
441
+ };
442
+ readonly ffi_walletkit_core_rust_future_free_i16: {
443
+ readonly args: readonly [{
444
+ readonly tag: "Handle";
445
+ }];
446
+ readonly ret: {
447
+ readonly tag: "Void";
448
+ };
449
+ readonly hasRustCallStatus: false;
450
+ };
451
+ readonly ffi_walletkit_core_rust_future_poll_u32: {
452
+ readonly args: readonly [{
453
+ readonly tag: "Handle";
454
+ }, {
455
+ readonly tag: "Callback";
456
+ readonly name: string;
457
+ }, {
458
+ readonly tag: "Handle";
459
+ }];
460
+ readonly ret: {
461
+ readonly tag: "Void";
462
+ };
463
+ readonly hasRustCallStatus: false;
464
+ };
465
+ readonly ffi_walletkit_core_rust_future_cancel_u32: {
466
+ readonly args: readonly [{
467
+ readonly tag: "Handle";
468
+ }];
469
+ readonly ret: {
470
+ readonly tag: "Void";
471
+ };
472
+ readonly hasRustCallStatus: false;
473
+ };
474
+ readonly ffi_walletkit_core_rust_future_complete_u32: {
475
+ readonly args: readonly [{
476
+ readonly tag: "Handle";
477
+ }];
478
+ readonly ret: {
479
+ readonly tag: "UInt32";
480
+ };
481
+ readonly hasRustCallStatus: true;
482
+ };
483
+ readonly ffi_walletkit_core_rust_future_free_u32: {
484
+ readonly args: readonly [{
485
+ readonly tag: "Handle";
486
+ }];
487
+ readonly ret: {
488
+ readonly tag: "Void";
489
+ };
490
+ readonly hasRustCallStatus: false;
491
+ };
492
+ readonly ffi_walletkit_core_rust_future_poll_i32: {
493
+ readonly args: readonly [{
494
+ readonly tag: "Handle";
495
+ }, {
496
+ readonly tag: "Callback";
497
+ readonly name: string;
498
+ }, {
499
+ readonly tag: "Handle";
500
+ }];
501
+ readonly ret: {
502
+ readonly tag: "Void";
503
+ };
504
+ readonly hasRustCallStatus: false;
505
+ };
506
+ readonly ffi_walletkit_core_rust_future_cancel_i32: {
507
+ readonly args: readonly [{
508
+ readonly tag: "Handle";
509
+ }];
510
+ readonly ret: {
511
+ readonly tag: "Void";
512
+ };
513
+ readonly hasRustCallStatus: false;
514
+ };
515
+ readonly ffi_walletkit_core_rust_future_complete_i32: {
516
+ readonly args: readonly [{
517
+ readonly tag: "Handle";
518
+ }];
519
+ readonly ret: {
520
+ readonly tag: "Int32";
521
+ };
522
+ readonly hasRustCallStatus: true;
523
+ };
524
+ readonly ffi_walletkit_core_rust_future_free_i32: {
525
+ readonly args: readonly [{
526
+ readonly tag: "Handle";
527
+ }];
528
+ readonly ret: {
529
+ readonly tag: "Void";
530
+ };
531
+ readonly hasRustCallStatus: false;
532
+ };
533
+ readonly ffi_walletkit_core_rust_future_poll_u64: {
534
+ readonly args: readonly [{
535
+ readonly tag: "Handle";
536
+ }, {
537
+ readonly tag: "Callback";
538
+ readonly name: string;
539
+ }, {
540
+ readonly tag: "Handle";
541
+ }];
542
+ readonly ret: {
543
+ readonly tag: "Void";
544
+ };
545
+ readonly hasRustCallStatus: false;
546
+ };
547
+ readonly ffi_walletkit_core_rust_future_cancel_u64: {
548
+ readonly args: readonly [{
549
+ readonly tag: "Handle";
550
+ }];
551
+ readonly ret: {
552
+ readonly tag: "Void";
553
+ };
554
+ readonly hasRustCallStatus: false;
555
+ };
556
+ readonly ffi_walletkit_core_rust_future_complete_u64: {
557
+ readonly args: readonly [{
558
+ readonly tag: "Handle";
559
+ }];
560
+ readonly ret: {
561
+ readonly tag: "Handle";
562
+ };
563
+ readonly hasRustCallStatus: true;
564
+ };
565
+ readonly ffi_walletkit_core_rust_future_free_u64: {
566
+ readonly args: readonly [{
567
+ readonly tag: "Handle";
568
+ }];
569
+ readonly ret: {
570
+ readonly tag: "Void";
571
+ };
572
+ readonly hasRustCallStatus: false;
573
+ };
574
+ readonly ffi_walletkit_core_rust_future_poll_i64: {
575
+ readonly args: readonly [{
576
+ readonly tag: "Handle";
577
+ }, {
578
+ readonly tag: "Callback";
579
+ readonly name: string;
580
+ }, {
581
+ readonly tag: "Handle";
582
+ }];
583
+ readonly ret: {
584
+ readonly tag: "Void";
585
+ };
586
+ readonly hasRustCallStatus: false;
587
+ };
588
+ readonly ffi_walletkit_core_rust_future_cancel_i64: {
589
+ readonly args: readonly [{
590
+ readonly tag: "Handle";
591
+ }];
592
+ readonly ret: {
593
+ readonly tag: "Void";
594
+ };
595
+ readonly hasRustCallStatus: false;
596
+ };
597
+ readonly ffi_walletkit_core_rust_future_complete_i64: {
598
+ readonly args: readonly [{
599
+ readonly tag: "Handle";
600
+ }];
601
+ readonly ret: {
602
+ readonly tag: "Int64";
603
+ };
604
+ readonly hasRustCallStatus: true;
605
+ };
606
+ readonly ffi_walletkit_core_rust_future_free_i64: {
607
+ readonly args: readonly [{
608
+ readonly tag: "Handle";
609
+ }];
610
+ readonly ret: {
611
+ readonly tag: "Void";
612
+ };
613
+ readonly hasRustCallStatus: false;
614
+ };
615
+ readonly ffi_walletkit_core_rust_future_poll_f32: {
616
+ readonly args: readonly [{
617
+ readonly tag: "Handle";
618
+ }, {
619
+ readonly tag: "Callback";
620
+ readonly name: string;
621
+ }, {
622
+ readonly tag: "Handle";
623
+ }];
624
+ readonly ret: {
625
+ readonly tag: "Void";
626
+ };
627
+ readonly hasRustCallStatus: false;
628
+ };
629
+ readonly ffi_walletkit_core_rust_future_cancel_f32: {
630
+ readonly args: readonly [{
631
+ readonly tag: "Handle";
632
+ }];
633
+ readonly ret: {
634
+ readonly tag: "Void";
635
+ };
636
+ readonly hasRustCallStatus: false;
637
+ };
638
+ readonly ffi_walletkit_core_rust_future_complete_f32: {
639
+ readonly args: readonly [{
640
+ readonly tag: "Handle";
641
+ }];
642
+ readonly ret: {
643
+ readonly tag: "Float32";
644
+ };
645
+ readonly hasRustCallStatus: true;
646
+ };
647
+ readonly ffi_walletkit_core_rust_future_free_f32: {
648
+ readonly args: readonly [{
649
+ readonly tag: "Handle";
650
+ }];
651
+ readonly ret: {
652
+ readonly tag: "Void";
653
+ };
654
+ readonly hasRustCallStatus: false;
655
+ };
656
+ readonly ffi_walletkit_core_rust_future_poll_f64: {
657
+ readonly args: readonly [{
658
+ readonly tag: "Handle";
659
+ }, {
660
+ readonly tag: "Callback";
661
+ readonly name: string;
662
+ }, {
663
+ readonly tag: "Handle";
664
+ }];
665
+ readonly ret: {
666
+ readonly tag: "Void";
667
+ };
668
+ readonly hasRustCallStatus: false;
669
+ };
670
+ readonly ffi_walletkit_core_rust_future_cancel_f64: {
671
+ readonly args: readonly [{
672
+ readonly tag: "Handle";
673
+ }];
674
+ readonly ret: {
675
+ readonly tag: "Void";
676
+ };
677
+ readonly hasRustCallStatus: false;
678
+ };
679
+ readonly ffi_walletkit_core_rust_future_complete_f64: {
680
+ readonly args: readonly [{
681
+ readonly tag: "Handle";
682
+ }];
683
+ readonly ret: {
684
+ readonly tag: "Float64";
685
+ };
686
+ readonly hasRustCallStatus: true;
687
+ };
688
+ readonly ffi_walletkit_core_rust_future_free_f64: {
689
+ readonly args: readonly [{
690
+ readonly tag: "Handle";
691
+ }];
692
+ readonly ret: {
693
+ readonly tag: "Void";
694
+ };
695
+ readonly hasRustCallStatus: false;
696
+ };
697
+ readonly ffi_walletkit_core_rust_future_poll_rust_buffer: {
698
+ readonly args: readonly [{
699
+ readonly tag: "Handle";
700
+ }, {
701
+ readonly tag: "Callback";
702
+ readonly name: string;
703
+ }, {
704
+ readonly tag: "Handle";
705
+ }];
706
+ readonly ret: {
707
+ readonly tag: "Void";
708
+ };
709
+ readonly hasRustCallStatus: false;
710
+ };
711
+ readonly ffi_walletkit_core_rust_future_cancel_rust_buffer: {
712
+ readonly args: readonly [{
713
+ readonly tag: "Handle";
714
+ }];
715
+ readonly ret: {
716
+ readonly tag: "Void";
717
+ };
718
+ readonly hasRustCallStatus: false;
719
+ };
720
+ readonly ffi_walletkit_core_rust_future_complete_rust_buffer: {
721
+ readonly args: readonly [{
722
+ readonly tag: "Handle";
723
+ }];
724
+ readonly ret: {
725
+ readonly tag: "RustBuffer";
726
+ };
727
+ readonly hasRustCallStatus: true;
728
+ };
729
+ readonly ffi_walletkit_core_rust_future_free_rust_buffer: {
730
+ readonly args: readonly [{
731
+ readonly tag: "Handle";
732
+ }];
733
+ readonly ret: {
734
+ readonly tag: "Void";
735
+ };
736
+ readonly hasRustCallStatus: false;
737
+ };
738
+ readonly ffi_walletkit_core_rust_future_poll_void: {
739
+ readonly args: readonly [{
740
+ readonly tag: "Handle";
741
+ }, {
742
+ readonly tag: "Callback";
743
+ readonly name: string;
744
+ }, {
745
+ readonly tag: "Handle";
746
+ }];
747
+ readonly ret: {
748
+ readonly tag: "Void";
749
+ };
750
+ readonly hasRustCallStatus: false;
751
+ };
752
+ readonly ffi_walletkit_core_rust_future_cancel_void: {
753
+ readonly args: readonly [{
754
+ readonly tag: "Handle";
755
+ }];
756
+ readonly ret: {
757
+ readonly tag: "Void";
758
+ };
759
+ readonly hasRustCallStatus: false;
760
+ };
761
+ readonly ffi_walletkit_core_rust_future_complete_void: {
762
+ readonly args: readonly [{
763
+ readonly tag: "Handle";
764
+ }];
765
+ readonly ret: {
766
+ readonly tag: "Void";
767
+ };
768
+ readonly hasRustCallStatus: true;
769
+ };
770
+ readonly ffi_walletkit_core_rust_future_free_void: {
771
+ readonly args: readonly [{
772
+ readonly tag: "Handle";
773
+ }];
774
+ readonly ret: {
775
+ readonly tag: "Void";
776
+ };
777
+ readonly hasRustCallStatus: false;
778
+ };
779
+ readonly uniffi_walletkit_core_fn_clone_atomicblobstore: {
780
+ readonly args: readonly [{
781
+ readonly tag: "Handle";
782
+ }];
783
+ readonly ret: {
784
+ readonly tag: "Handle";
785
+ };
786
+ readonly hasRustCallStatus: true;
787
+ };
788
+ readonly uniffi_walletkit_core_fn_free_atomicblobstore: {
789
+ readonly args: readonly [{
790
+ readonly tag: "Handle";
791
+ }];
792
+ readonly ret: {
793
+ readonly tag: "Void";
794
+ };
795
+ readonly hasRustCallStatus: true;
796
+ };
797
+ readonly uniffi_walletkit_core_fn_clone_authenticator: {
798
+ readonly args: readonly [{
799
+ readonly tag: "Handle";
800
+ }];
801
+ readonly ret: {
802
+ readonly tag: "Handle";
803
+ };
804
+ readonly hasRustCallStatus: true;
805
+ };
806
+ readonly uniffi_walletkit_core_fn_free_authenticator: {
807
+ readonly args: readonly [{
808
+ readonly tag: "Handle";
809
+ }];
810
+ readonly ret: {
811
+ readonly tag: "Void";
812
+ };
813
+ readonly hasRustCallStatus: true;
814
+ };
815
+ readonly uniffi_walletkit_core_fn_clone_credential: {
816
+ readonly args: readonly [{
817
+ readonly tag: "Handle";
818
+ }];
819
+ readonly ret: {
820
+ readonly tag: "Handle";
821
+ };
822
+ readonly hasRustCallStatus: true;
823
+ };
824
+ readonly uniffi_walletkit_core_fn_free_credential: {
825
+ readonly args: readonly [{
826
+ readonly tag: "Handle";
827
+ }];
828
+ readonly ret: {
829
+ readonly tag: "Void";
830
+ };
831
+ readonly hasRustCallStatus: true;
832
+ };
833
+ readonly uniffi_walletkit_core_fn_clone_credentialstore: {
834
+ readonly args: readonly [{
835
+ readonly tag: "Handle";
836
+ }];
837
+ readonly ret: {
838
+ readonly tag: "Handle";
839
+ };
840
+ readonly hasRustCallStatus: true;
841
+ };
842
+ readonly uniffi_walletkit_core_fn_free_credentialstore: {
843
+ readonly args: readonly [{
844
+ readonly tag: "Handle";
845
+ }];
846
+ readonly ret: {
847
+ readonly tag: "Void";
848
+ };
849
+ readonly hasRustCallStatus: true;
850
+ };
851
+ readonly uniffi_walletkit_core_fn_clone_devicekeystore: {
852
+ readonly args: readonly [{
853
+ readonly tag: "Handle";
854
+ }];
855
+ readonly ret: {
856
+ readonly tag: "Handle";
857
+ };
858
+ readonly hasRustCallStatus: true;
859
+ };
860
+ readonly uniffi_walletkit_core_fn_free_devicekeystore: {
861
+ readonly args: readonly [{
862
+ readonly tag: "Handle";
863
+ }];
864
+ readonly ret: {
865
+ readonly tag: "Void";
866
+ };
867
+ readonly hasRustCallStatus: true;
868
+ };
869
+ readonly uniffi_walletkit_core_fn_clone_embeddedzkartifacts: {
870
+ readonly args: readonly [{
871
+ readonly tag: "Handle";
872
+ }];
873
+ readonly ret: {
874
+ readonly tag: "Handle";
875
+ };
876
+ readonly hasRustCallStatus: true;
877
+ };
878
+ readonly uniffi_walletkit_core_fn_free_embeddedzkartifacts: {
879
+ readonly args: readonly [{
880
+ readonly tag: "Handle";
881
+ }];
882
+ readonly ret: {
883
+ readonly tag: "Void";
884
+ };
885
+ readonly hasRustCallStatus: true;
886
+ };
887
+ readonly uniffi_walletkit_core_fn_clone_fieldelement: {
888
+ readonly args: readonly [{
889
+ readonly tag: "Handle";
890
+ }];
891
+ readonly ret: {
892
+ readonly tag: "Handle";
893
+ };
894
+ readonly hasRustCallStatus: true;
895
+ };
896
+ readonly uniffi_walletkit_core_fn_free_fieldelement: {
897
+ readonly args: readonly [{
898
+ readonly tag: "Handle";
899
+ }];
900
+ readonly ret: {
901
+ readonly tag: "Void";
902
+ };
903
+ readonly hasRustCallStatus: true;
904
+ };
905
+ readonly uniffi_walletkit_core_fn_clone_initializingauthenticator: {
906
+ readonly args: readonly [{
907
+ readonly tag: "Handle";
908
+ }];
909
+ readonly ret: {
910
+ readonly tag: "Handle";
911
+ };
912
+ readonly hasRustCallStatus: true;
913
+ };
914
+ readonly uniffi_walletkit_core_fn_free_initializingauthenticator: {
915
+ readonly args: readonly [{
916
+ readonly tag: "Handle";
917
+ }];
918
+ readonly ret: {
919
+ readonly tag: "Void";
920
+ };
921
+ readonly hasRustCallStatus: true;
922
+ };
923
+ readonly uniffi_walletkit_core_fn_clone_logger: {
924
+ readonly args: readonly [{
925
+ readonly tag: "Handle";
926
+ }];
927
+ readonly ret: {
928
+ readonly tag: "Handle";
929
+ };
930
+ readonly hasRustCallStatus: true;
931
+ };
932
+ readonly uniffi_walletkit_core_fn_free_logger: {
933
+ readonly args: readonly [{
934
+ readonly tag: "Handle";
935
+ }];
936
+ readonly ret: {
937
+ readonly tag: "Void";
938
+ };
939
+ readonly hasRustCallStatus: true;
940
+ };
941
+ readonly uniffi_walletkit_core_fn_clone_ownershipproof: {
942
+ readonly args: readonly [{
943
+ readonly tag: "Handle";
944
+ }];
945
+ readonly ret: {
946
+ readonly tag: "Handle";
947
+ };
948
+ readonly hasRustCallStatus: true;
949
+ };
950
+ readonly uniffi_walletkit_core_fn_free_ownershipproof: {
951
+ readonly args: readonly [{
952
+ readonly tag: "Handle";
953
+ }];
954
+ readonly ret: {
955
+ readonly tag: "Void";
956
+ };
957
+ readonly hasRustCallStatus: true;
958
+ };
959
+ readonly uniffi_walletkit_core_fn_clone_proofrequest: {
960
+ readonly args: readonly [{
961
+ readonly tag: "Handle";
962
+ }];
963
+ readonly ret: {
964
+ readonly tag: "Handle";
965
+ };
966
+ readonly hasRustCallStatus: true;
967
+ };
968
+ readonly uniffi_walletkit_core_fn_free_proofrequest: {
969
+ readonly args: readonly [{
970
+ readonly tag: "Handle";
971
+ }];
972
+ readonly ret: {
973
+ readonly tag: "Void";
974
+ };
975
+ readonly hasRustCallStatus: true;
976
+ };
977
+ readonly uniffi_walletkit_core_fn_clone_proofresponse: {
978
+ readonly args: readonly [{
979
+ readonly tag: "Handle";
980
+ }];
981
+ readonly ret: {
982
+ readonly tag: "Handle";
983
+ };
984
+ readonly hasRustCallStatus: true;
985
+ };
986
+ readonly uniffi_walletkit_core_fn_free_proofresponse: {
987
+ readonly args: readonly [{
988
+ readonly tag: "Handle";
989
+ }];
990
+ readonly ret: {
991
+ readonly tag: "Void";
992
+ };
993
+ readonly hasRustCallStatus: true;
994
+ };
995
+ readonly uniffi_walletkit_core_fn_clone_storagepaths: {
996
+ readonly args: readonly [{
997
+ readonly tag: "Handle";
998
+ }];
999
+ readonly ret: {
1000
+ readonly tag: "Handle";
1001
+ };
1002
+ readonly hasRustCallStatus: true;
1003
+ };
1004
+ readonly uniffi_walletkit_core_fn_free_storagepaths: {
1005
+ readonly args: readonly [{
1006
+ readonly tag: "Handle";
1007
+ }];
1008
+ readonly ret: {
1009
+ readonly tag: "Void";
1010
+ };
1011
+ readonly hasRustCallStatus: true;
1012
+ };
1013
+ readonly uniffi_walletkit_core_fn_clone_storageprovider: {
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_storageprovider: {
1023
+ readonly args: readonly [{
1024
+ readonly tag: "Handle";
1025
+ }];
1026
+ readonly ret: {
1027
+ readonly tag: "Void";
1028
+ };
1029
+ readonly hasRustCallStatus: true;
1030
+ };
1031
+ readonly uniffi_walletkit_core_fn_clone_useragent: {
1032
+ readonly args: readonly [{
1033
+ readonly tag: "Handle";
1034
+ }];
1035
+ readonly ret: {
1036
+ readonly tag: "Handle";
1037
+ };
1038
+ readonly hasRustCallStatus: true;
1039
+ };
1040
+ readonly uniffi_walletkit_core_fn_free_useragent: {
1041
+ readonly args: readonly [{
1042
+ readonly tag: "Handle";
1043
+ }];
1044
+ readonly ret: {
1045
+ readonly tag: "Void";
1046
+ };
1047
+ readonly hasRustCallStatus: true;
1048
+ };
1049
+ readonly uniffi_walletkit_core_fn_clone_useragentbuilder: {
1050
+ readonly args: readonly [{
1051
+ readonly tag: "Handle";
1052
+ }];
1053
+ readonly ret: {
1054
+ readonly tag: "Handle";
1055
+ };
1056
+ readonly hasRustCallStatus: true;
1057
+ };
1058
+ readonly uniffi_walletkit_core_fn_free_useragentbuilder: {
1059
+ readonly args: readonly [{
1060
+ readonly tag: "Handle";
1061
+ }];
1062
+ readonly ret: {
1063
+ readonly tag: "Void";
1064
+ };
1065
+ readonly hasRustCallStatus: true;
1066
+ };
1067
+ readonly uniffi_walletkit_core_fn_clone_walletkitzkartifactsource: {
1068
+ readonly args: readonly [{
1069
+ readonly tag: "Handle";
1070
+ }];
1071
+ readonly ret: {
1072
+ readonly tag: "Handle";
1073
+ };
1074
+ readonly hasRustCallStatus: true;
1075
+ };
1076
+ readonly uniffi_walletkit_core_fn_free_walletkitzkartifactsource: {
1077
+ readonly args: readonly [{
1078
+ readonly tag: "Handle";
1079
+ }];
1080
+ readonly ret: {
1081
+ readonly tag: "Void";
1082
+ };
1083
+ readonly hasRustCallStatus: true;
1084
+ };
1085
+ readonly uniffi_walletkit_core_fn_init_callback_vtable_atomicblobstore: {
1086
+ readonly args: readonly [{
1087
+ readonly tag: "Reference";
1088
+ readonly inner: import("@ubjs/wasm/core").FfiTypeDesc;
1089
+ }];
1090
+ readonly ret: {
1091
+ readonly tag: "Void";
1092
+ };
1093
+ readonly hasRustCallStatus: false;
1094
+ };
1095
+ readonly uniffi_walletkit_core_fn_init_callback_vtable_devicekeystore: {
1096
+ readonly args: readonly [{
1097
+ readonly tag: "Reference";
1098
+ readonly inner: import("@ubjs/wasm/core").FfiTypeDesc;
1099
+ }];
1100
+ readonly ret: {
1101
+ readonly tag: "Void";
1102
+ };
1103
+ readonly hasRustCallStatus: false;
1104
+ };
1105
+ readonly uniffi_walletkit_core_fn_init_callback_vtable_logger: {
1106
+ readonly args: readonly [{
1107
+ readonly tag: "Reference";
1108
+ readonly inner: import("@ubjs/wasm/core").FfiTypeDesc;
1109
+ }];
1110
+ readonly ret: {
1111
+ readonly tag: "Void";
1112
+ };
1113
+ readonly hasRustCallStatus: false;
1114
+ };
1115
+ readonly uniffi_walletkit_core_fn_init_callback_vtable_storageprovider: {
1116
+ readonly args: readonly [{
1117
+ readonly tag: "Reference";
1118
+ readonly inner: import("@ubjs/wasm/core").FfiTypeDesc;
1119
+ }];
1120
+ readonly ret: {
1121
+ readonly tag: "Void";
1122
+ };
1123
+ readonly hasRustCallStatus: false;
1124
+ };
1125
+ readonly uniffi_walletkit_core_fn_func_check_credentials_against_proof_request: {
1126
+ readonly args: readonly [{
1127
+ readonly tag: "Handle";
1128
+ }, {
1129
+ readonly tag: "Handle";
1130
+ }, {
1131
+ readonly tag: "UInt64";
1132
+ }];
1133
+ readonly ret: {
1134
+ readonly tag: "RustBuffer";
1135
+ };
1136
+ readonly hasRustCallStatus: true;
1137
+ };
1138
+ readonly uniffi_walletkit_core_fn_func_emit_log: {
1139
+ readonly args: readonly [{
1140
+ readonly tag: "RustBuffer";
1141
+ }, {
1142
+ readonly tag: "RustBuffer";
1143
+ }];
1144
+ readonly ret: {
1145
+ readonly tag: "Void";
1146
+ };
1147
+ readonly hasRustCallStatus: true;
1148
+ };
1149
+ readonly uniffi_walletkit_core_fn_func_init_logging: {
1150
+ readonly args: readonly [{
1151
+ readonly tag: "Handle";
1152
+ }, {
1153
+ readonly tag: "RustBuffer";
1154
+ }];
1155
+ readonly ret: {
1156
+ readonly tag: "Void";
1157
+ };
1158
+ readonly hasRustCallStatus: true;
1159
+ };
1160
+ readonly uniffi_walletkit_core_fn_func_recovery_data_from_seed: {
1161
+ readonly args: readonly [{
1162
+ readonly tag: "RustBuffer";
1163
+ }];
1164
+ readonly ret: {
1165
+ readonly tag: "RustBuffer";
1166
+ };
1167
+ readonly hasRustCallStatus: true;
1168
+ };
1169
+ readonly uniffi_walletkit_core_fn_func_validate_authenticator_pubkey: {
1170
+ readonly args: readonly [{
1171
+ readonly tag: "RustBuffer";
1172
+ }];
1173
+ readonly ret: {
1174
+ readonly tag: "RustBuffer";
1175
+ };
1176
+ readonly hasRustCallStatus: true;
1177
+ };
1178
+ readonly uniffi_walletkit_core_fn_method_environment_poh_recovery_agent_address: {
1179
+ readonly args: readonly [{
1180
+ readonly tag: "RustBuffer";
1181
+ }];
1182
+ readonly ret: {
1183
+ readonly tag: "RustBuffer";
1184
+ };
1185
+ readonly hasRustCallStatus: true;
1186
+ };
1187
+ readonly uniffi_walletkit_core_fn_method_environment_world_id_verifier_address: {
1188
+ readonly args: readonly [{
1189
+ readonly tag: "RustBuffer";
1190
+ }];
1191
+ readonly ret: {
1192
+ readonly tag: "RustBuffer";
1193
+ };
1194
+ readonly hasRustCallStatus: true;
1195
+ };
1196
+ readonly uniffi_walletkit_core_fn_method_atomicblobstore_read: {
1197
+ readonly args: readonly [{
1198
+ readonly tag: "Handle";
1199
+ }, {
1200
+ readonly tag: "RustBuffer";
1201
+ }];
1202
+ readonly ret: {
1203
+ readonly tag: "RustBuffer";
1204
+ };
1205
+ readonly hasRustCallStatus: true;
1206
+ };
1207
+ readonly uniffi_walletkit_core_fn_method_atomicblobstore_write_atomic: {
1208
+ readonly args: readonly [{
1209
+ readonly tag: "Handle";
1210
+ }, {
1211
+ readonly tag: "RustBuffer";
1212
+ }, {
1213
+ readonly tag: "RustBuffer";
1214
+ }];
1215
+ readonly ret: {
1216
+ readonly tag: "Void";
1217
+ };
1218
+ readonly hasRustCallStatus: true;
1219
+ };
1220
+ readonly uniffi_walletkit_core_fn_method_atomicblobstore_delete: {
1221
+ readonly args: readonly [{
1222
+ readonly tag: "Handle";
1223
+ }, {
1224
+ readonly tag: "RustBuffer";
1225
+ }];
1226
+ readonly ret: {
1227
+ readonly tag: "Void";
1228
+ };
1229
+ readonly hasRustCallStatus: true;
1230
+ };
1231
+ readonly uniffi_walletkit_core_fn_constructor_authenticator_init: {
1232
+ readonly args: readonly [{
1233
+ readonly tag: "RustBuffer";
1234
+ }, {
1235
+ readonly tag: "RustBuffer";
1236
+ }, {
1237
+ readonly tag: "Handle";
1238
+ }, {
1239
+ readonly tag: "Handle";
1240
+ }];
1241
+ readonly ret: {
1242
+ readonly tag: "Handle";
1243
+ };
1244
+ readonly hasRustCallStatus: false;
1245
+ };
1246
+ readonly uniffi_walletkit_core_fn_constructor_authenticator_init_with_defaults: {
1247
+ readonly args: readonly [{
1248
+ readonly tag: "RustBuffer";
1249
+ }, {
1250
+ readonly tag: "RustBuffer";
1251
+ }, {
1252
+ readonly tag: "RustBuffer";
1253
+ }, {
1254
+ readonly tag: "RustBuffer";
1255
+ }, {
1256
+ readonly tag: "Handle";
1257
+ }, {
1258
+ readonly tag: "Handle";
1259
+ }];
1260
+ readonly ret: {
1261
+ readonly tag: "Handle";
1262
+ };
1263
+ readonly hasRustCallStatus: false;
1264
+ };
1265
+ readonly uniffi_walletkit_core_fn_constructor_authenticator_init_with_ohttp_defaults: {
1266
+ readonly args: readonly [{
1267
+ readonly tag: "RustBuffer";
1268
+ }, {
1269
+ readonly tag: "RustBuffer";
1270
+ }, {
1271
+ readonly tag: "RustBuffer";
1272
+ }, {
1273
+ readonly tag: "RustBuffer";
1274
+ }, {
1275
+ readonly tag: "Handle";
1276
+ }, {
1277
+ readonly tag: "Handle";
1278
+ }];
1279
+ readonly ret: {
1280
+ readonly tag: "Handle";
1281
+ };
1282
+ readonly hasRustCallStatus: false;
1283
+ };
1284
+ readonly uniffi_walletkit_core_fn_method_authenticator_compute_credential_sub: {
1285
+ readonly args: readonly [{
1286
+ readonly tag: "Handle";
1287
+ }, {
1288
+ readonly tag: "Handle";
1289
+ }];
1290
+ readonly ret: {
1291
+ readonly tag: "Handle";
1292
+ };
1293
+ readonly hasRustCallStatus: true;
1294
+ };
1295
+ readonly uniffi_walletkit_core_fn_method_authenticator_danger_sign_challenge: {
1296
+ readonly args: readonly [{
1297
+ readonly tag: "Handle";
1298
+ }, {
1299
+ readonly tag: "RustBuffer";
1300
+ }];
1301
+ readonly ret: {
1302
+ readonly tag: "RustBuffer";
1303
+ };
1304
+ readonly hasRustCallStatus: true;
1305
+ };
1306
+ readonly uniffi_walletkit_core_fn_method_authenticator_danger_sign_initiate_recovery_agent_update: {
1307
+ readonly args: readonly [{
1308
+ readonly tag: "Handle";
1309
+ }, {
1310
+ readonly tag: "RustBuffer";
1311
+ }];
1312
+ readonly ret: {
1313
+ readonly tag: "Handle";
1314
+ };
1315
+ readonly hasRustCallStatus: false;
1316
+ };
1317
+ readonly uniffi_walletkit_core_fn_method_authenticator_destroy_storage: {
1318
+ readonly args: readonly [{
1319
+ readonly tag: "Handle";
1320
+ }];
1321
+ readonly ret: {
1322
+ readonly tag: "Void";
1323
+ };
1324
+ readonly hasRustCallStatus: true;
1325
+ };
1326
+ readonly uniffi_walletkit_core_fn_method_authenticator_generate_credential_blinding_factor_remote: {
1327
+ readonly args: readonly [{
1328
+ readonly tag: "Handle";
1329
+ }, {
1330
+ readonly tag: "UInt64";
1331
+ }];
1332
+ readonly ret: {
1333
+ readonly tag: "Handle";
1334
+ };
1335
+ readonly hasRustCallStatus: false;
1336
+ };
1337
+ readonly uniffi_walletkit_core_fn_method_authenticator_generate_proof: {
1338
+ readonly args: readonly [{
1339
+ readonly tag: "Handle";
1340
+ }, {
1341
+ readonly tag: "Handle";
1342
+ }, {
1343
+ readonly tag: "RustBuffer";
1344
+ }];
1345
+ readonly ret: {
1346
+ readonly tag: "Handle";
1347
+ };
1348
+ readonly hasRustCallStatus: false;
1349
+ };
1350
+ readonly uniffi_walletkit_core_fn_method_authenticator_get_authenticator_pubkeys: {
1351
+ readonly args: readonly [{
1352
+ readonly tag: "Handle";
1353
+ }];
1354
+ readonly ret: {
1355
+ readonly tag: "Handle";
1356
+ };
1357
+ readonly hasRustCallStatus: false;
1358
+ };
1359
+ readonly uniffi_walletkit_core_fn_method_authenticator_get_packed_account_data_remote: {
1360
+ readonly args: readonly [{
1361
+ readonly tag: "Handle";
1362
+ }];
1363
+ readonly ret: {
1364
+ readonly tag: "Handle";
1365
+ };
1366
+ readonly hasRustCallStatus: false;
1367
+ };
1368
+ readonly uniffi_walletkit_core_fn_method_authenticator_has_authenticator_pubkey: {
1369
+ readonly args: readonly [{
1370
+ readonly tag: "Handle";
1371
+ }, {
1372
+ readonly tag: "RustBuffer";
1373
+ }];
1374
+ readonly ret: {
1375
+ readonly tag: "Handle";
1376
+ };
1377
+ readonly hasRustCallStatus: false;
1378
+ };
1379
+ readonly uniffi_walletkit_core_fn_method_authenticator_init_storage: {
1380
+ readonly args: readonly [{
1381
+ readonly tag: "Handle";
1382
+ }, {
1383
+ readonly tag: "UInt64";
1384
+ }];
1385
+ readonly ret: {
1386
+ readonly tag: "Void";
1387
+ };
1388
+ readonly hasRustCallStatus: true;
1389
+ };
1390
+ readonly uniffi_walletkit_core_fn_method_authenticator_insert_authenticator: {
1391
+ readonly args: readonly [{
1392
+ readonly tag: "Handle";
1393
+ }, {
1394
+ readonly tag: "RustBuffer";
1395
+ }, {
1396
+ readonly tag: "RustBuffer";
1397
+ }];
1398
+ readonly ret: {
1399
+ readonly tag: "Handle";
1400
+ };
1401
+ readonly hasRustCallStatus: false;
1402
+ };
1403
+ readonly uniffi_walletkit_core_fn_method_authenticator_leaf_index: {
1404
+ readonly args: readonly [{
1405
+ readonly tag: "Handle";
1406
+ }];
1407
+ readonly ret: {
1408
+ readonly tag: "UInt64";
1409
+ };
1410
+ readonly hasRustCallStatus: true;
1411
+ };
1412
+ readonly uniffi_walletkit_core_fn_method_authenticator_onchain_address: {
1413
+ readonly args: readonly [{
1414
+ readonly tag: "Handle";
1415
+ }];
1416
+ readonly ret: {
1417
+ readonly tag: "RustBuffer";
1418
+ };
1419
+ readonly hasRustCallStatus: true;
1420
+ };
1421
+ readonly uniffi_walletkit_core_fn_method_authenticator_packed_account_data: {
1422
+ readonly args: readonly [{
1423
+ readonly tag: "Handle";
1424
+ }];
1425
+ readonly ret: {
1426
+ readonly tag: "RustBuffer";
1427
+ };
1428
+ readonly hasRustCallStatus: true;
1429
+ };
1430
+ readonly uniffi_walletkit_core_fn_method_authenticator_poll_status: {
1431
+ readonly args: readonly [{
1432
+ readonly tag: "Handle";
1433
+ }, {
1434
+ readonly tag: "RustBuffer";
1435
+ }];
1436
+ readonly ret: {
1437
+ readonly tag: "Handle";
1438
+ };
1439
+ readonly hasRustCallStatus: false;
1440
+ };
1441
+ readonly uniffi_walletkit_core_fn_method_authenticator_prove_credential_sub: {
1442
+ readonly args: readonly [{
1443
+ readonly tag: "Handle";
1444
+ }, {
1445
+ readonly tag: "Handle";
1446
+ }, {
1447
+ readonly tag: "Handle";
1448
+ }, {
1449
+ readonly tag: "Handle";
1450
+ }, {
1451
+ readonly tag: "Handle";
1452
+ }];
1453
+ readonly ret: {
1454
+ readonly tag: "Handle";
1455
+ };
1456
+ readonly hasRustCallStatus: false;
1457
+ };
1458
+ readonly uniffi_walletkit_core_fn_method_authenticator_remove_authenticator: {
1459
+ readonly args: readonly [{
1460
+ readonly tag: "Handle";
1461
+ }, {
1462
+ readonly tag: "RustBuffer";
1463
+ }, {
1464
+ readonly tag: "UInt32";
1465
+ }, {
1466
+ readonly tag: "RustBuffer";
1467
+ }];
1468
+ readonly ret: {
1469
+ readonly tag: "Handle";
1470
+ };
1471
+ readonly hasRustCallStatus: false;
1472
+ };
1473
+ readonly uniffi_walletkit_core_fn_method_authenticator_revert_recovery_agent_update: {
1474
+ readonly args: readonly [{
1475
+ readonly tag: "Handle";
1476
+ }];
1477
+ readonly ret: {
1478
+ readonly tag: "Handle";
1479
+ };
1480
+ readonly hasRustCallStatus: false;
1481
+ };
1482
+ readonly uniffi_walletkit_core_fn_method_authenticator_update_recovery_agent: {
1483
+ readonly args: readonly [{
1484
+ readonly tag: "Handle";
1485
+ }, {
1486
+ readonly tag: "RustBuffer";
1487
+ }];
1488
+ readonly ret: {
1489
+ readonly tag: "Handle";
1490
+ };
1491
+ readonly hasRustCallStatus: false;
1492
+ };
1493
+ readonly uniffi_walletkit_core_fn_constructor_credential_from_bytes: {
1494
+ readonly args: readonly [{
1495
+ readonly tag: "RustBuffer";
1496
+ }];
1497
+ readonly ret: {
1498
+ readonly tag: "Handle";
1499
+ };
1500
+ readonly hasRustCallStatus: true;
1501
+ };
1502
+ readonly uniffi_walletkit_core_fn_constructor_credential_from_issuance_response_bytes: {
1503
+ readonly args: readonly [{
1504
+ readonly tag: "RustBuffer";
1505
+ }];
1506
+ readonly ret: {
1507
+ readonly tag: "Handle";
1508
+ };
1509
+ readonly hasRustCallStatus: true;
1510
+ };
1511
+ readonly uniffi_walletkit_core_fn_method_credential_associated_data_commitment: {
1512
+ readonly args: readonly [{
1513
+ readonly tag: "Handle";
1514
+ }];
1515
+ readonly ret: {
1516
+ readonly tag: "Handle";
1517
+ };
1518
+ readonly hasRustCallStatus: true;
1519
+ };
1520
+ readonly uniffi_walletkit_core_fn_method_credential_expires_at: {
1521
+ readonly args: readonly [{
1522
+ readonly tag: "Handle";
1523
+ }];
1524
+ readonly ret: {
1525
+ readonly tag: "UInt64";
1526
+ };
1527
+ readonly hasRustCallStatus: true;
1528
+ };
1529
+ readonly uniffi_walletkit_core_fn_method_credential_issuer_schema_id: {
1530
+ readonly args: readonly [{
1531
+ readonly tag: "Handle";
1532
+ }];
1533
+ readonly ret: {
1534
+ readonly tag: "UInt64";
1535
+ };
1536
+ readonly hasRustCallStatus: true;
1537
+ };
1538
+ readonly uniffi_walletkit_core_fn_method_credential_sub: {
1539
+ readonly args: readonly [{
1540
+ readonly tag: "Handle";
1541
+ }];
1542
+ readonly ret: {
1543
+ readonly tag: "Handle";
1544
+ };
1545
+ readonly hasRustCallStatus: true;
1546
+ };
1547
+ readonly uniffi_walletkit_core_fn_constructor_credentialstore_from_provider_arc: {
1548
+ readonly args: readonly [{
1549
+ readonly tag: "Handle";
1550
+ }];
1551
+ readonly ret: {
1552
+ readonly tag: "Handle";
1553
+ };
1554
+ readonly hasRustCallStatus: true;
1555
+ };
1556
+ readonly uniffi_walletkit_core_fn_constructor_credentialstore_new_ephemeral: {
1557
+ readonly args: readonly [];
1558
+ readonly ret: {
1559
+ readonly tag: "Handle";
1560
+ };
1561
+ readonly hasRustCallStatus: true;
1562
+ };
1563
+ readonly uniffi_walletkit_core_fn_constructor_credentialstore_new_with_components: {
1564
+ readonly args: readonly [{
1565
+ readonly tag: "Handle";
1566
+ }, {
1567
+ readonly tag: "Handle";
1568
+ }, {
1569
+ readonly tag: "Handle";
1570
+ }];
1571
+ readonly ret: {
1572
+ readonly tag: "Handle";
1573
+ };
1574
+ readonly hasRustCallStatus: true;
1575
+ };
1576
+ readonly uniffi_walletkit_core_fn_method_credentialstore_danger_delete_all_credentials: {
1577
+ readonly args: readonly [{
1578
+ readonly tag: "Handle";
1579
+ }];
1580
+ readonly ret: {
1581
+ readonly tag: "UInt64";
1582
+ };
1583
+ readonly hasRustCallStatus: true;
1584
+ };
1585
+ readonly uniffi_walletkit_core_fn_method_credentialstore_delete_credential: {
1586
+ readonly args: readonly [{
1587
+ readonly tag: "Handle";
1588
+ }, {
1589
+ readonly tag: "UInt64";
1590
+ }];
1591
+ readonly ret: {
1592
+ readonly tag: "Void";
1593
+ };
1594
+ readonly hasRustCallStatus: true;
1595
+ };
1596
+ readonly uniffi_walletkit_core_fn_method_credentialstore_destroy_storage: {
1597
+ readonly args: readonly [{
1598
+ readonly tag: "Handle";
1599
+ }];
1600
+ readonly ret: {
1601
+ readonly tag: "Void";
1602
+ };
1603
+ readonly hasRustCallStatus: true;
1604
+ };
1605
+ readonly uniffi_walletkit_core_fn_method_credentialstore_init: {
1606
+ readonly args: readonly [{
1607
+ readonly tag: "Handle";
1608
+ }, {
1609
+ readonly tag: "UInt64";
1610
+ }, {
1611
+ readonly tag: "UInt64";
1612
+ }];
1613
+ readonly ret: {
1614
+ readonly tag: "Void";
1615
+ };
1616
+ readonly hasRustCallStatus: true;
1617
+ };
1618
+ readonly uniffi_walletkit_core_fn_method_credentialstore_list_credentials: {
1619
+ readonly args: readonly [{
1620
+ readonly tag: "Handle";
1621
+ }, {
1622
+ readonly tag: "RustBuffer";
1623
+ }, {
1624
+ readonly tag: "UInt64";
1625
+ }];
1626
+ readonly ret: {
1627
+ readonly tag: "RustBuffer";
1628
+ };
1629
+ readonly hasRustCallStatus: true;
1630
+ };
1631
+ readonly uniffi_walletkit_core_fn_method_credentialstore_storage_paths: {
1632
+ readonly args: readonly [{
1633
+ readonly tag: "Handle";
1634
+ }];
1635
+ readonly ret: {
1636
+ readonly tag: "Handle";
1637
+ };
1638
+ readonly hasRustCallStatus: true;
1639
+ };
1640
+ readonly uniffi_walletkit_core_fn_method_credentialstore_store_credential: {
1641
+ readonly args: readonly [{
1642
+ readonly tag: "Handle";
1643
+ }, {
1644
+ readonly tag: "Handle";
1645
+ }, {
1646
+ readonly tag: "Handle";
1647
+ }, {
1648
+ readonly tag: "UInt64";
1649
+ }, {
1650
+ readonly tag: "RustBuffer";
1651
+ }, {
1652
+ readonly tag: "UInt64";
1653
+ }];
1654
+ readonly ret: {
1655
+ readonly tag: "UInt64";
1656
+ };
1657
+ readonly hasRustCallStatus: true;
1658
+ };
1659
+ readonly uniffi_walletkit_core_fn_method_devicekeystore_seal: {
1660
+ readonly args: readonly [{
1661
+ readonly tag: "Handle";
1662
+ }, {
1663
+ readonly tag: "RustBuffer";
1664
+ }, {
1665
+ readonly tag: "RustBuffer";
1666
+ }];
1667
+ readonly ret: {
1668
+ readonly tag: "RustBuffer";
1669
+ };
1670
+ readonly hasRustCallStatus: true;
1671
+ };
1672
+ readonly uniffi_walletkit_core_fn_method_devicekeystore_open_sealed: {
1673
+ readonly args: readonly [{
1674
+ readonly tag: "Handle";
1675
+ }, {
1676
+ readonly tag: "RustBuffer";
1677
+ }, {
1678
+ readonly tag: "RustBuffer";
1679
+ }];
1680
+ readonly ret: {
1681
+ readonly tag: "RustBuffer";
1682
+ };
1683
+ readonly hasRustCallStatus: true;
1684
+ };
1685
+ readonly uniffi_walletkit_core_fn_constructor_embeddedzkartifacts_new: {
1686
+ readonly args: readonly [];
1687
+ readonly ret: {
1688
+ readonly tag: "Handle";
1689
+ };
1690
+ readonly hasRustCallStatus: true;
1691
+ };
1692
+ readonly uniffi_walletkit_core_fn_method_embeddedzkartifacts_as_zk_artifact_source: {
1693
+ readonly args: readonly [{
1694
+ readonly tag: "Handle";
1695
+ }];
1696
+ readonly ret: {
1697
+ readonly tag: "Handle";
1698
+ };
1699
+ readonly hasRustCallStatus: true;
1700
+ };
1701
+ readonly uniffi_walletkit_core_fn_constructor_fieldelement_from_bytes: {
1702
+ readonly args: readonly [{
1703
+ readonly tag: "RustBuffer";
1704
+ }];
1705
+ readonly ret: {
1706
+ readonly tag: "Handle";
1707
+ };
1708
+ readonly hasRustCallStatus: true;
1709
+ };
1710
+ readonly uniffi_walletkit_core_fn_constructor_fieldelement_from_u64: {
1711
+ readonly args: readonly [{
1712
+ readonly tag: "UInt64";
1713
+ }];
1714
+ readonly ret: {
1715
+ readonly tag: "Handle";
1716
+ };
1717
+ readonly hasRustCallStatus: true;
1718
+ };
1719
+ readonly uniffi_walletkit_core_fn_constructor_fieldelement_try_from_hex_string: {
1720
+ readonly args: readonly [{
1721
+ readonly tag: "RustBuffer";
1722
+ }];
1723
+ readonly ret: {
1724
+ readonly tag: "Handle";
1725
+ };
1726
+ readonly hasRustCallStatus: true;
1727
+ };
1728
+ readonly uniffi_walletkit_core_fn_method_fieldelement_to_bytes: {
1729
+ readonly args: readonly [{
1730
+ readonly tag: "Handle";
1731
+ }];
1732
+ readonly ret: {
1733
+ readonly tag: "RustBuffer";
1734
+ };
1735
+ readonly hasRustCallStatus: true;
1736
+ };
1737
+ readonly uniffi_walletkit_core_fn_method_fieldelement_to_hex_string: {
1738
+ readonly args: readonly [{
1739
+ readonly tag: "Handle";
1740
+ }];
1741
+ readonly ret: {
1742
+ readonly tag: "RustBuffer";
1743
+ };
1744
+ readonly hasRustCallStatus: true;
1745
+ };
1746
+ readonly uniffi_walletkit_core_fn_constructor_initializingauthenticator_register: {
1747
+ readonly args: readonly [{
1748
+ readonly tag: "RustBuffer";
1749
+ }, {
1750
+ readonly tag: "RustBuffer";
1751
+ }, {
1752
+ readonly tag: "RustBuffer";
1753
+ }];
1754
+ readonly ret: {
1755
+ readonly tag: "Handle";
1756
+ };
1757
+ readonly hasRustCallStatus: false;
1758
+ };
1759
+ readonly uniffi_walletkit_core_fn_constructor_initializingauthenticator_register_with_defaults: {
1760
+ readonly args: readonly [{
1761
+ readonly tag: "RustBuffer";
1762
+ }, {
1763
+ readonly tag: "RustBuffer";
1764
+ }, {
1765
+ readonly tag: "RustBuffer";
1766
+ }, {
1767
+ readonly tag: "RustBuffer";
1768
+ }, {
1769
+ readonly tag: "RustBuffer";
1770
+ }];
1771
+ readonly ret: {
1772
+ readonly tag: "Handle";
1773
+ };
1774
+ readonly hasRustCallStatus: false;
1775
+ };
1776
+ readonly uniffi_walletkit_core_fn_constructor_initializingauthenticator_register_with_ohttp_defaults: {
1777
+ readonly args: readonly [{
1778
+ readonly tag: "RustBuffer";
1779
+ }, {
1780
+ readonly tag: "RustBuffer";
1781
+ }, {
1782
+ readonly tag: "RustBuffer";
1783
+ }, {
1784
+ readonly tag: "RustBuffer";
1785
+ }, {
1786
+ readonly tag: "RustBuffer";
1787
+ }];
1788
+ readonly ret: {
1789
+ readonly tag: "Handle";
1790
+ };
1791
+ readonly hasRustCallStatus: false;
1792
+ };
1793
+ readonly uniffi_walletkit_core_fn_method_initializingauthenticator_poll_status: {
1794
+ readonly args: readonly [{
1795
+ readonly tag: "Handle";
1796
+ }];
1797
+ readonly ret: {
1798
+ readonly tag: "Handle";
1799
+ };
1800
+ readonly hasRustCallStatus: false;
1801
+ };
1802
+ readonly uniffi_walletkit_core_fn_method_logger_log: {
1803
+ readonly args: readonly [{
1804
+ readonly tag: "Handle";
1805
+ }, {
1806
+ readonly tag: "RustBuffer";
1807
+ }, {
1808
+ readonly tag: "RustBuffer";
1809
+ }];
1810
+ readonly ret: {
1811
+ readonly tag: "Void";
1812
+ };
1813
+ readonly hasRustCallStatus: true;
1814
+ };
1815
+ readonly uniffi_walletkit_core_fn_method_ownershipproof_encode: {
1816
+ readonly args: readonly [{
1817
+ readonly tag: "Handle";
1818
+ }];
1819
+ readonly ret: {
1820
+ readonly tag: "RustBuffer";
1821
+ };
1822
+ readonly hasRustCallStatus: true;
1823
+ };
1824
+ readonly uniffi_walletkit_core_fn_method_ownershipproof_encode_b64: {
1825
+ readonly args: readonly [{
1826
+ readonly tag: "Handle";
1827
+ }];
1828
+ readonly ret: {
1829
+ readonly tag: "RustBuffer";
1830
+ };
1831
+ readonly hasRustCallStatus: true;
1832
+ };
1833
+ readonly uniffi_walletkit_core_fn_method_ownershipproof_merkle_root: {
1834
+ readonly args: readonly [{
1835
+ readonly tag: "Handle";
1836
+ }];
1837
+ readonly ret: {
1838
+ readonly tag: "Handle";
1839
+ };
1840
+ readonly hasRustCallStatus: true;
1841
+ };
1842
+ readonly uniffi_walletkit_core_fn_constructor_proofrequest_from_json: {
1843
+ readonly args: readonly [{
1844
+ readonly tag: "RustBuffer";
1845
+ }];
1846
+ readonly ret: {
1847
+ readonly tag: "Handle";
1848
+ };
1849
+ readonly hasRustCallStatus: true;
1850
+ };
1851
+ readonly uniffi_walletkit_core_fn_method_proofrequest_id: {
1852
+ readonly args: readonly [{
1853
+ readonly tag: "Handle";
1854
+ }];
1855
+ readonly ret: {
1856
+ readonly tag: "RustBuffer";
1857
+ };
1858
+ readonly hasRustCallStatus: true;
1859
+ };
1860
+ readonly uniffi_walletkit_core_fn_method_proofrequest_to_json: {
1861
+ readonly args: readonly [{
1862
+ readonly tag: "Handle";
1863
+ }];
1864
+ readonly ret: {
1865
+ readonly tag: "RustBuffer";
1866
+ };
1867
+ readonly hasRustCallStatus: true;
1868
+ };
1869
+ readonly uniffi_walletkit_core_fn_method_proofrequest_version: {
1870
+ readonly args: readonly [{
1871
+ readonly tag: "Handle";
1872
+ }];
1873
+ readonly ret: {
1874
+ readonly tag: "UInt8";
1875
+ };
1876
+ readonly hasRustCallStatus: true;
1877
+ };
1878
+ readonly uniffi_walletkit_core_fn_method_proofresponse_error: {
1879
+ readonly args: readonly [{
1880
+ readonly tag: "Handle";
1881
+ }];
1882
+ readonly ret: {
1883
+ readonly tag: "RustBuffer";
1884
+ };
1885
+ readonly hasRustCallStatus: true;
1886
+ };
1887
+ readonly uniffi_walletkit_core_fn_method_proofresponse_id: {
1888
+ readonly args: readonly [{
1889
+ readonly tag: "Handle";
1890
+ }];
1891
+ readonly ret: {
1892
+ readonly tag: "RustBuffer";
1893
+ };
1894
+ readonly hasRustCallStatus: true;
1895
+ };
1896
+ readonly uniffi_walletkit_core_fn_method_proofresponse_to_json: {
1897
+ readonly args: readonly [{
1898
+ readonly tag: "Handle";
1899
+ }];
1900
+ readonly ret: {
1901
+ readonly tag: "RustBuffer";
1902
+ };
1903
+ readonly hasRustCallStatus: true;
1904
+ };
1905
+ readonly uniffi_walletkit_core_fn_method_proofresponse_version: {
1906
+ readonly args: readonly [{
1907
+ readonly tag: "Handle";
1908
+ }];
1909
+ readonly ret: {
1910
+ readonly tag: "UInt8";
1911
+ };
1912
+ readonly hasRustCallStatus: true;
1913
+ };
1914
+ readonly uniffi_walletkit_core_fn_constructor_storagepaths_from_root: {
1915
+ readonly args: readonly [{
1916
+ readonly tag: "RustBuffer";
1917
+ }];
1918
+ readonly ret: {
1919
+ readonly tag: "Handle";
1920
+ };
1921
+ readonly hasRustCallStatus: true;
1922
+ };
1923
+ readonly uniffi_walletkit_core_fn_method_storagepaths_cache_db_path_string: {
1924
+ readonly args: readonly [{
1925
+ readonly tag: "Handle";
1926
+ }];
1927
+ readonly ret: {
1928
+ readonly tag: "RustBuffer";
1929
+ };
1930
+ readonly hasRustCallStatus: true;
1931
+ };
1932
+ readonly uniffi_walletkit_core_fn_method_storagepaths_groth16_dir_path_string: {
1933
+ readonly args: readonly [{
1934
+ readonly tag: "Handle";
1935
+ }];
1936
+ readonly ret: {
1937
+ readonly tag: "RustBuffer";
1938
+ };
1939
+ readonly hasRustCallStatus: true;
1940
+ };
1941
+ readonly uniffi_walletkit_core_fn_method_storagepaths_lock_path_string: {
1942
+ readonly args: readonly [{
1943
+ readonly tag: "Handle";
1944
+ }];
1945
+ readonly ret: {
1946
+ readonly tag: "RustBuffer";
1947
+ };
1948
+ readonly hasRustCallStatus: true;
1949
+ };
1950
+ readonly uniffi_walletkit_core_fn_method_storagepaths_nullifier_graph_path_string: {
1951
+ readonly args: readonly [{
1952
+ readonly tag: "Handle";
1953
+ }];
1954
+ readonly ret: {
1955
+ readonly tag: "RustBuffer";
1956
+ };
1957
+ readonly hasRustCallStatus: true;
1958
+ };
1959
+ readonly uniffi_walletkit_core_fn_method_storagepaths_nullifier_zkey_path_string: {
1960
+ readonly args: readonly [{
1961
+ readonly tag: "Handle";
1962
+ }];
1963
+ readonly ret: {
1964
+ readonly tag: "RustBuffer";
1965
+ };
1966
+ readonly hasRustCallStatus: true;
1967
+ };
1968
+ readonly uniffi_walletkit_core_fn_method_storagepaths_query_graph_path_string: {
1969
+ readonly args: readonly [{
1970
+ readonly tag: "Handle";
1971
+ }];
1972
+ readonly ret: {
1973
+ readonly tag: "RustBuffer";
1974
+ };
1975
+ readonly hasRustCallStatus: true;
1976
+ };
1977
+ readonly uniffi_walletkit_core_fn_method_storagepaths_query_zkey_path_string: {
1978
+ readonly args: readonly [{
1979
+ readonly tag: "Handle";
1980
+ }];
1981
+ readonly ret: {
1982
+ readonly tag: "RustBuffer";
1983
+ };
1984
+ readonly hasRustCallStatus: true;
1985
+ };
1986
+ readonly uniffi_walletkit_core_fn_method_storagepaths_root_path_string: {
1987
+ readonly args: readonly [{
1988
+ readonly tag: "Handle";
1989
+ }];
1990
+ readonly ret: {
1991
+ readonly tag: "RustBuffer";
1992
+ };
1993
+ readonly hasRustCallStatus: true;
1994
+ };
1995
+ readonly uniffi_walletkit_core_fn_method_storagepaths_vault_db_path_string: {
1996
+ readonly args: readonly [{
1997
+ readonly tag: "Handle";
1998
+ }];
1999
+ readonly ret: {
2000
+ readonly tag: "RustBuffer";
2001
+ };
2002
+ readonly hasRustCallStatus: true;
2003
+ };
2004
+ readonly uniffi_walletkit_core_fn_method_storagepaths_worldid_dir_path_string: {
2005
+ readonly args: readonly [{
2006
+ readonly tag: "Handle";
2007
+ }];
2008
+ readonly ret: {
2009
+ readonly tag: "RustBuffer";
2010
+ };
2011
+ readonly hasRustCallStatus: true;
2012
+ };
2013
+ readonly uniffi_walletkit_core_fn_method_storageprovider_keystore: {
2014
+ readonly args: readonly [{
2015
+ readonly tag: "Handle";
2016
+ }];
2017
+ readonly ret: {
2018
+ readonly tag: "Handle";
2019
+ };
2020
+ readonly hasRustCallStatus: true;
2021
+ };
2022
+ readonly uniffi_walletkit_core_fn_method_storageprovider_blob_store: {
2023
+ readonly args: readonly [{
2024
+ readonly tag: "Handle";
2025
+ }];
2026
+ readonly ret: {
2027
+ readonly tag: "Handle";
2028
+ };
2029
+ readonly hasRustCallStatus: true;
2030
+ };
2031
+ readonly uniffi_walletkit_core_fn_method_storageprovider_paths: {
2032
+ readonly args: readonly [{
2033
+ readonly tag: "Handle";
2034
+ }];
2035
+ readonly ret: {
2036
+ readonly tag: "Handle";
2037
+ };
2038
+ readonly hasRustCallStatus: true;
2039
+ };
2040
+ readonly uniffi_walletkit_core_fn_method_useragent_header_value: {
2041
+ readonly args: readonly [{
2042
+ readonly tag: "Handle";
2043
+ }];
2044
+ readonly ret: {
2045
+ readonly tag: "RustBuffer";
2046
+ };
2047
+ readonly hasRustCallStatus: true;
2048
+ };
2049
+ readonly uniffi_walletkit_core_fn_constructor_useragentbuilder_new: {
2050
+ readonly args: readonly [];
2051
+ readonly ret: {
2052
+ readonly tag: "Handle";
2053
+ };
2054
+ readonly hasRustCallStatus: true;
2055
+ };
2056
+ readonly uniffi_walletkit_core_fn_method_useragentbuilder_build: {
2057
+ readonly args: readonly [{
2058
+ readonly tag: "Handle";
2059
+ }];
2060
+ readonly ret: {
2061
+ readonly tag: "Handle";
2062
+ };
2063
+ readonly hasRustCallStatus: true;
2064
+ };
2065
+ readonly uniffi_walletkit_core_fn_method_useragentbuilder_with_app_segment_for_client: {
2066
+ readonly args: readonly [{
2067
+ readonly tag: "Handle";
2068
+ }, {
2069
+ readonly tag: "RustBuffer";
2070
+ }, {
2071
+ readonly tag: "RustBuffer";
2072
+ }];
2073
+ readonly ret: {
2074
+ readonly tag: "Handle";
2075
+ };
2076
+ readonly hasRustCallStatus: true;
2077
+ };
2078
+ readonly uniffi_walletkit_core_fn_method_useragentbuilder_with_client_segment: {
2079
+ readonly args: readonly [{
2080
+ readonly tag: "Handle";
2081
+ }, {
2082
+ readonly tag: "RustBuffer";
2083
+ }, {
2084
+ readonly tag: "RustBuffer";
2085
+ }];
2086
+ readonly ret: {
2087
+ readonly tag: "Handle";
2088
+ };
2089
+ readonly hasRustCallStatus: true;
2090
+ };
2091
+ readonly uniffi_walletkit_core_fn_method_useragentbuilder_with_segment: {
2092
+ readonly args: readonly [{
2093
+ readonly tag: "Handle";
2094
+ }, {
2095
+ readonly tag: "RustBuffer";
2096
+ }, {
2097
+ readonly tag: "RustBuffer";
2098
+ }];
2099
+ readonly ret: {
2100
+ readonly tag: "Handle";
2101
+ };
2102
+ readonly hasRustCallStatus: true;
2103
+ };
2104
+ readonly uniffi_walletkit_core_fn_method_useragentbuilder_with_walletkit_segment: {
2105
+ readonly args: readonly [{
2106
+ readonly tag: "Handle";
2107
+ }];
2108
+ readonly ret: {
2109
+ readonly tag: "Handle";
2110
+ };
2111
+ readonly hasRustCallStatus: true;
2112
+ };
2113
+ readonly ffi_walletkit_core_uniffi_contract_version: {
2114
+ readonly args: readonly [];
2115
+ readonly ret: {
2116
+ readonly tag: "UInt32";
2117
+ };
2118
+ readonly hasRustCallStatus: false;
2119
+ };
2120
+ readonly uniffi_walletkit_core_checksum_func_check_credentials_against_proof_request: {
2121
+ readonly args: readonly [];
2122
+ readonly ret: {
2123
+ readonly tag: "UInt16";
2124
+ };
2125
+ readonly hasRustCallStatus: false;
2126
+ };
2127
+ readonly uniffi_walletkit_core_checksum_func_emit_log: {
2128
+ readonly args: readonly [];
2129
+ readonly ret: {
2130
+ readonly tag: "UInt16";
2131
+ };
2132
+ readonly hasRustCallStatus: false;
2133
+ };
2134
+ readonly uniffi_walletkit_core_checksum_func_init_logging: {
2135
+ readonly args: readonly [];
2136
+ readonly ret: {
2137
+ readonly tag: "UInt16";
2138
+ };
2139
+ readonly hasRustCallStatus: false;
2140
+ };
2141
+ readonly uniffi_walletkit_core_checksum_func_recovery_data_from_seed: {
2142
+ readonly args: readonly [];
2143
+ readonly ret: {
2144
+ readonly tag: "UInt16";
2145
+ };
2146
+ readonly hasRustCallStatus: false;
2147
+ };
2148
+ readonly uniffi_walletkit_core_checksum_func_validate_authenticator_pubkey: {
2149
+ readonly args: readonly [];
2150
+ readonly ret: {
2151
+ readonly tag: "UInt16";
2152
+ };
2153
+ readonly hasRustCallStatus: false;
2154
+ };
2155
+ readonly uniffi_walletkit_core_checksum_method_atomicblobstore_read: {
2156
+ readonly args: readonly [];
2157
+ readonly ret: {
2158
+ readonly tag: "UInt16";
2159
+ };
2160
+ readonly hasRustCallStatus: false;
2161
+ };
2162
+ readonly uniffi_walletkit_core_checksum_method_atomicblobstore_write_atomic: {
2163
+ readonly args: readonly [];
2164
+ readonly ret: {
2165
+ readonly tag: "UInt16";
2166
+ };
2167
+ readonly hasRustCallStatus: false;
2168
+ };
2169
+ readonly uniffi_walletkit_core_checksum_method_atomicblobstore_delete: {
2170
+ readonly args: readonly [];
2171
+ readonly ret: {
2172
+ readonly tag: "UInt16";
2173
+ };
2174
+ readonly hasRustCallStatus: false;
2175
+ };
2176
+ readonly uniffi_walletkit_core_checksum_constructor_authenticator_init: {
2177
+ readonly args: readonly [];
2178
+ readonly ret: {
2179
+ readonly tag: "UInt16";
2180
+ };
2181
+ readonly hasRustCallStatus: false;
2182
+ };
2183
+ readonly uniffi_walletkit_core_checksum_constructor_authenticator_init_with_defaults: {
2184
+ readonly args: readonly [];
2185
+ readonly ret: {
2186
+ readonly tag: "UInt16";
2187
+ };
2188
+ readonly hasRustCallStatus: false;
2189
+ };
2190
+ readonly uniffi_walletkit_core_checksum_constructor_authenticator_init_with_ohttp_defaults: {
2191
+ readonly args: readonly [];
2192
+ readonly ret: {
2193
+ readonly tag: "UInt16";
2194
+ };
2195
+ readonly hasRustCallStatus: false;
2196
+ };
2197
+ readonly uniffi_walletkit_core_checksum_method_authenticator_compute_credential_sub: {
2198
+ readonly args: readonly [];
2199
+ readonly ret: {
2200
+ readonly tag: "UInt16";
2201
+ };
2202
+ readonly hasRustCallStatus: false;
2203
+ };
2204
+ readonly uniffi_walletkit_core_checksum_method_authenticator_danger_sign_challenge: {
2205
+ readonly args: readonly [];
2206
+ readonly ret: {
2207
+ readonly tag: "UInt16";
2208
+ };
2209
+ readonly hasRustCallStatus: false;
2210
+ };
2211
+ readonly uniffi_walletkit_core_checksum_method_authenticator_danger_sign_initiate_recovery_agent_update: {
2212
+ readonly args: readonly [];
2213
+ readonly ret: {
2214
+ readonly tag: "UInt16";
2215
+ };
2216
+ readonly hasRustCallStatus: false;
2217
+ };
2218
+ readonly uniffi_walletkit_core_checksum_method_authenticator_destroy_storage: {
2219
+ readonly args: readonly [];
2220
+ readonly ret: {
2221
+ readonly tag: "UInt16";
2222
+ };
2223
+ readonly hasRustCallStatus: false;
2224
+ };
2225
+ readonly uniffi_walletkit_core_checksum_method_authenticator_generate_credential_blinding_factor_remote: {
2226
+ readonly args: readonly [];
2227
+ readonly ret: {
2228
+ readonly tag: "UInt16";
2229
+ };
2230
+ readonly hasRustCallStatus: false;
2231
+ };
2232
+ readonly uniffi_walletkit_core_checksum_method_authenticator_generate_proof: {
2233
+ readonly args: readonly [];
2234
+ readonly ret: {
2235
+ readonly tag: "UInt16";
2236
+ };
2237
+ readonly hasRustCallStatus: false;
2238
+ };
2239
+ readonly uniffi_walletkit_core_checksum_method_authenticator_get_authenticator_pubkeys: {
2240
+ readonly args: readonly [];
2241
+ readonly ret: {
2242
+ readonly tag: "UInt16";
2243
+ };
2244
+ readonly hasRustCallStatus: false;
2245
+ };
2246
+ readonly uniffi_walletkit_core_checksum_method_authenticator_get_packed_account_data_remote: {
2247
+ readonly args: readonly [];
2248
+ readonly ret: {
2249
+ readonly tag: "UInt16";
2250
+ };
2251
+ readonly hasRustCallStatus: false;
2252
+ };
2253
+ readonly uniffi_walletkit_core_checksum_method_authenticator_has_authenticator_pubkey: {
2254
+ readonly args: readonly [];
2255
+ readonly ret: {
2256
+ readonly tag: "UInt16";
2257
+ };
2258
+ readonly hasRustCallStatus: false;
2259
+ };
2260
+ readonly uniffi_walletkit_core_checksum_method_authenticator_init_storage: {
2261
+ readonly args: readonly [];
2262
+ readonly ret: {
2263
+ readonly tag: "UInt16";
2264
+ };
2265
+ readonly hasRustCallStatus: false;
2266
+ };
2267
+ readonly uniffi_walletkit_core_checksum_method_authenticator_insert_authenticator: {
2268
+ readonly args: readonly [];
2269
+ readonly ret: {
2270
+ readonly tag: "UInt16";
2271
+ };
2272
+ readonly hasRustCallStatus: false;
2273
+ };
2274
+ readonly uniffi_walletkit_core_checksum_method_authenticator_leaf_index: {
2275
+ readonly args: readonly [];
2276
+ readonly ret: {
2277
+ readonly tag: "UInt16";
2278
+ };
2279
+ readonly hasRustCallStatus: false;
2280
+ };
2281
+ readonly uniffi_walletkit_core_checksum_method_authenticator_onchain_address: {
2282
+ readonly args: readonly [];
2283
+ readonly ret: {
2284
+ readonly tag: "UInt16";
2285
+ };
2286
+ readonly hasRustCallStatus: false;
2287
+ };
2288
+ readonly uniffi_walletkit_core_checksum_method_authenticator_packed_account_data: {
2289
+ readonly args: readonly [];
2290
+ readonly ret: {
2291
+ readonly tag: "UInt16";
2292
+ };
2293
+ readonly hasRustCallStatus: false;
2294
+ };
2295
+ readonly uniffi_walletkit_core_checksum_method_authenticator_poll_status: {
2296
+ readonly args: readonly [];
2297
+ readonly ret: {
2298
+ readonly tag: "UInt16";
2299
+ };
2300
+ readonly hasRustCallStatus: false;
2301
+ };
2302
+ readonly uniffi_walletkit_core_checksum_method_authenticator_prove_credential_sub: {
2303
+ readonly args: readonly [];
2304
+ readonly ret: {
2305
+ readonly tag: "UInt16";
2306
+ };
2307
+ readonly hasRustCallStatus: false;
2308
+ };
2309
+ readonly uniffi_walletkit_core_checksum_method_authenticator_remove_authenticator: {
2310
+ readonly args: readonly [];
2311
+ readonly ret: {
2312
+ readonly tag: "UInt16";
2313
+ };
2314
+ readonly hasRustCallStatus: false;
2315
+ };
2316
+ readonly uniffi_walletkit_core_checksum_method_authenticator_revert_recovery_agent_update: {
2317
+ readonly args: readonly [];
2318
+ readonly ret: {
2319
+ readonly tag: "UInt16";
2320
+ };
2321
+ readonly hasRustCallStatus: false;
2322
+ };
2323
+ readonly uniffi_walletkit_core_checksum_method_authenticator_update_recovery_agent: {
2324
+ readonly args: readonly [];
2325
+ readonly ret: {
2326
+ readonly tag: "UInt16";
2327
+ };
2328
+ readonly hasRustCallStatus: false;
2329
+ };
2330
+ readonly uniffi_walletkit_core_checksum_constructor_credential_from_bytes: {
2331
+ readonly args: readonly [];
2332
+ readonly ret: {
2333
+ readonly tag: "UInt16";
2334
+ };
2335
+ readonly hasRustCallStatus: false;
2336
+ };
2337
+ readonly uniffi_walletkit_core_checksum_constructor_credential_from_issuance_response_bytes: {
2338
+ readonly args: readonly [];
2339
+ readonly ret: {
2340
+ readonly tag: "UInt16";
2341
+ };
2342
+ readonly hasRustCallStatus: false;
2343
+ };
2344
+ readonly uniffi_walletkit_core_checksum_method_credential_associated_data_commitment: {
2345
+ readonly args: readonly [];
2346
+ readonly ret: {
2347
+ readonly tag: "UInt16";
2348
+ };
2349
+ readonly hasRustCallStatus: false;
2350
+ };
2351
+ readonly uniffi_walletkit_core_checksum_method_credential_expires_at: {
2352
+ readonly args: readonly [];
2353
+ readonly ret: {
2354
+ readonly tag: "UInt16";
2355
+ };
2356
+ readonly hasRustCallStatus: false;
2357
+ };
2358
+ readonly uniffi_walletkit_core_checksum_method_credential_issuer_schema_id: {
2359
+ readonly args: readonly [];
2360
+ readonly ret: {
2361
+ readonly tag: "UInt16";
2362
+ };
2363
+ readonly hasRustCallStatus: false;
2364
+ };
2365
+ readonly uniffi_walletkit_core_checksum_method_credential_sub: {
2366
+ readonly args: readonly [];
2367
+ readonly ret: {
2368
+ readonly tag: "UInt16";
2369
+ };
2370
+ readonly hasRustCallStatus: false;
2371
+ };
2372
+ readonly uniffi_walletkit_core_checksum_constructor_credentialstore_from_provider_arc: {
2373
+ readonly args: readonly [];
2374
+ readonly ret: {
2375
+ readonly tag: "UInt16";
2376
+ };
2377
+ readonly hasRustCallStatus: false;
2378
+ };
2379
+ readonly uniffi_walletkit_core_checksum_constructor_credentialstore_new_ephemeral: {
2380
+ readonly args: readonly [];
2381
+ readonly ret: {
2382
+ readonly tag: "UInt16";
2383
+ };
2384
+ readonly hasRustCallStatus: false;
2385
+ };
2386
+ readonly uniffi_walletkit_core_checksum_constructor_credentialstore_new_with_components: {
2387
+ readonly args: readonly [];
2388
+ readonly ret: {
2389
+ readonly tag: "UInt16";
2390
+ };
2391
+ readonly hasRustCallStatus: false;
2392
+ };
2393
+ readonly uniffi_walletkit_core_checksum_method_credentialstore_danger_delete_all_credentials: {
2394
+ readonly args: readonly [];
2395
+ readonly ret: {
2396
+ readonly tag: "UInt16";
2397
+ };
2398
+ readonly hasRustCallStatus: false;
2399
+ };
2400
+ readonly uniffi_walletkit_core_checksum_method_credentialstore_delete_credential: {
2401
+ readonly args: readonly [];
2402
+ readonly ret: {
2403
+ readonly tag: "UInt16";
2404
+ };
2405
+ readonly hasRustCallStatus: false;
2406
+ };
2407
+ readonly uniffi_walletkit_core_checksum_method_credentialstore_destroy_storage: {
2408
+ readonly args: readonly [];
2409
+ readonly ret: {
2410
+ readonly tag: "UInt16";
2411
+ };
2412
+ readonly hasRustCallStatus: false;
2413
+ };
2414
+ readonly uniffi_walletkit_core_checksum_method_credentialstore_init: {
2415
+ readonly args: readonly [];
2416
+ readonly ret: {
2417
+ readonly tag: "UInt16";
2418
+ };
2419
+ readonly hasRustCallStatus: false;
2420
+ };
2421
+ readonly uniffi_walletkit_core_checksum_method_credentialstore_list_credentials: {
2422
+ readonly args: readonly [];
2423
+ readonly ret: {
2424
+ readonly tag: "UInt16";
2425
+ };
2426
+ readonly hasRustCallStatus: false;
2427
+ };
2428
+ readonly uniffi_walletkit_core_checksum_method_credentialstore_storage_paths: {
2429
+ readonly args: readonly [];
2430
+ readonly ret: {
2431
+ readonly tag: "UInt16";
2432
+ };
2433
+ readonly hasRustCallStatus: false;
2434
+ };
2435
+ readonly uniffi_walletkit_core_checksum_method_credentialstore_store_credential: {
2436
+ readonly args: readonly [];
2437
+ readonly ret: {
2438
+ readonly tag: "UInt16";
2439
+ };
2440
+ readonly hasRustCallStatus: false;
2441
+ };
2442
+ readonly uniffi_walletkit_core_checksum_method_devicekeystore_seal: {
2443
+ readonly args: readonly [];
2444
+ readonly ret: {
2445
+ readonly tag: "UInt16";
2446
+ };
2447
+ readonly hasRustCallStatus: false;
2448
+ };
2449
+ readonly uniffi_walletkit_core_checksum_method_devicekeystore_open_sealed: {
2450
+ readonly args: readonly [];
2451
+ readonly ret: {
2452
+ readonly tag: "UInt16";
2453
+ };
2454
+ readonly hasRustCallStatus: false;
2455
+ };
2456
+ readonly uniffi_walletkit_core_checksum_constructor_embeddedzkartifacts_new: {
2457
+ readonly args: readonly [];
2458
+ readonly ret: {
2459
+ readonly tag: "UInt16";
2460
+ };
2461
+ readonly hasRustCallStatus: false;
2462
+ };
2463
+ readonly uniffi_walletkit_core_checksum_method_embeddedzkartifacts_as_zk_artifact_source: {
2464
+ readonly args: readonly [];
2465
+ readonly ret: {
2466
+ readonly tag: "UInt16";
2467
+ };
2468
+ readonly hasRustCallStatus: false;
2469
+ };
2470
+ readonly uniffi_walletkit_core_checksum_constructor_fieldelement_from_bytes: {
2471
+ readonly args: readonly [];
2472
+ readonly ret: {
2473
+ readonly tag: "UInt16";
2474
+ };
2475
+ readonly hasRustCallStatus: false;
2476
+ };
2477
+ readonly uniffi_walletkit_core_checksum_constructor_fieldelement_from_u64: {
2478
+ readonly args: readonly [];
2479
+ readonly ret: {
2480
+ readonly tag: "UInt16";
2481
+ };
2482
+ readonly hasRustCallStatus: false;
2483
+ };
2484
+ readonly uniffi_walletkit_core_checksum_constructor_fieldelement_try_from_hex_string: {
2485
+ readonly args: readonly [];
2486
+ readonly ret: {
2487
+ readonly tag: "UInt16";
2488
+ };
2489
+ readonly hasRustCallStatus: false;
2490
+ };
2491
+ readonly uniffi_walletkit_core_checksum_method_fieldelement_to_bytes: {
2492
+ readonly args: readonly [];
2493
+ readonly ret: {
2494
+ readonly tag: "UInt16";
2495
+ };
2496
+ readonly hasRustCallStatus: false;
2497
+ };
2498
+ readonly uniffi_walletkit_core_checksum_method_fieldelement_to_hex_string: {
2499
+ readonly args: readonly [];
2500
+ readonly ret: {
2501
+ readonly tag: "UInt16";
2502
+ };
2503
+ readonly hasRustCallStatus: false;
2504
+ };
2505
+ readonly uniffi_walletkit_core_checksum_constructor_initializingauthenticator_register: {
2506
+ readonly args: readonly [];
2507
+ readonly ret: {
2508
+ readonly tag: "UInt16";
2509
+ };
2510
+ readonly hasRustCallStatus: false;
2511
+ };
2512
+ readonly uniffi_walletkit_core_checksum_constructor_initializingauthenticator_register_with_defaults: {
2513
+ readonly args: readonly [];
2514
+ readonly ret: {
2515
+ readonly tag: "UInt16";
2516
+ };
2517
+ readonly hasRustCallStatus: false;
2518
+ };
2519
+ readonly uniffi_walletkit_core_checksum_constructor_initializingauthenticator_register_with_ohttp_defaults: {
2520
+ readonly args: readonly [];
2521
+ readonly ret: {
2522
+ readonly tag: "UInt16";
2523
+ };
2524
+ readonly hasRustCallStatus: false;
2525
+ };
2526
+ readonly uniffi_walletkit_core_checksum_method_initializingauthenticator_poll_status: {
2527
+ readonly args: readonly [];
2528
+ readonly ret: {
2529
+ readonly tag: "UInt16";
2530
+ };
2531
+ readonly hasRustCallStatus: false;
2532
+ };
2533
+ readonly uniffi_walletkit_core_checksum_method_logger_log: {
2534
+ readonly args: readonly [];
2535
+ readonly ret: {
2536
+ readonly tag: "UInt16";
2537
+ };
2538
+ readonly hasRustCallStatus: false;
2539
+ };
2540
+ readonly uniffi_walletkit_core_checksum_method_ownershipproof_encode: {
2541
+ readonly args: readonly [];
2542
+ readonly ret: {
2543
+ readonly tag: "UInt16";
2544
+ };
2545
+ readonly hasRustCallStatus: false;
2546
+ };
2547
+ readonly uniffi_walletkit_core_checksum_method_ownershipproof_encode_b64: {
2548
+ readonly args: readonly [];
2549
+ readonly ret: {
2550
+ readonly tag: "UInt16";
2551
+ };
2552
+ readonly hasRustCallStatus: false;
2553
+ };
2554
+ readonly uniffi_walletkit_core_checksum_method_ownershipproof_merkle_root: {
2555
+ readonly args: readonly [];
2556
+ readonly ret: {
2557
+ readonly tag: "UInt16";
2558
+ };
2559
+ readonly hasRustCallStatus: false;
2560
+ };
2561
+ readonly uniffi_walletkit_core_checksum_constructor_proofrequest_from_json: {
2562
+ readonly args: readonly [];
2563
+ readonly ret: {
2564
+ readonly tag: "UInt16";
2565
+ };
2566
+ readonly hasRustCallStatus: false;
2567
+ };
2568
+ readonly uniffi_walletkit_core_checksum_method_proofrequest_id: {
2569
+ readonly args: readonly [];
2570
+ readonly ret: {
2571
+ readonly tag: "UInt16";
2572
+ };
2573
+ readonly hasRustCallStatus: false;
2574
+ };
2575
+ readonly uniffi_walletkit_core_checksum_method_proofrequest_to_json: {
2576
+ readonly args: readonly [];
2577
+ readonly ret: {
2578
+ readonly tag: "UInt16";
2579
+ };
2580
+ readonly hasRustCallStatus: false;
2581
+ };
2582
+ readonly uniffi_walletkit_core_checksum_method_proofrequest_version: {
2583
+ readonly args: readonly [];
2584
+ readonly ret: {
2585
+ readonly tag: "UInt16";
2586
+ };
2587
+ readonly hasRustCallStatus: false;
2588
+ };
2589
+ readonly uniffi_walletkit_core_checksum_method_proofresponse_error: {
2590
+ readonly args: readonly [];
2591
+ readonly ret: {
2592
+ readonly tag: "UInt16";
2593
+ };
2594
+ readonly hasRustCallStatus: false;
2595
+ };
2596
+ readonly uniffi_walletkit_core_checksum_method_proofresponse_id: {
2597
+ readonly args: readonly [];
2598
+ readonly ret: {
2599
+ readonly tag: "UInt16";
2600
+ };
2601
+ readonly hasRustCallStatus: false;
2602
+ };
2603
+ readonly uniffi_walletkit_core_checksum_method_proofresponse_to_json: {
2604
+ readonly args: readonly [];
2605
+ readonly ret: {
2606
+ readonly tag: "UInt16";
2607
+ };
2608
+ readonly hasRustCallStatus: false;
2609
+ };
2610
+ readonly uniffi_walletkit_core_checksum_method_proofresponse_version: {
2611
+ readonly args: readonly [];
2612
+ readonly ret: {
2613
+ readonly tag: "UInt16";
2614
+ };
2615
+ readonly hasRustCallStatus: false;
2616
+ };
2617
+ readonly uniffi_walletkit_core_checksum_constructor_storagepaths_from_root: {
2618
+ readonly args: readonly [];
2619
+ readonly ret: {
2620
+ readonly tag: "UInt16";
2621
+ };
2622
+ readonly hasRustCallStatus: false;
2623
+ };
2624
+ readonly uniffi_walletkit_core_checksum_method_storagepaths_cache_db_path_string: {
2625
+ readonly args: readonly [];
2626
+ readonly ret: {
2627
+ readonly tag: "UInt16";
2628
+ };
2629
+ readonly hasRustCallStatus: false;
2630
+ };
2631
+ readonly uniffi_walletkit_core_checksum_method_storagepaths_groth16_dir_path_string: {
2632
+ readonly args: readonly [];
2633
+ readonly ret: {
2634
+ readonly tag: "UInt16";
2635
+ };
2636
+ readonly hasRustCallStatus: false;
2637
+ };
2638
+ readonly uniffi_walletkit_core_checksum_method_storagepaths_lock_path_string: {
2639
+ readonly args: readonly [];
2640
+ readonly ret: {
2641
+ readonly tag: "UInt16";
2642
+ };
2643
+ readonly hasRustCallStatus: false;
2644
+ };
2645
+ readonly uniffi_walletkit_core_checksum_method_storagepaths_nullifier_graph_path_string: {
2646
+ readonly args: readonly [];
2647
+ readonly ret: {
2648
+ readonly tag: "UInt16";
2649
+ };
2650
+ readonly hasRustCallStatus: false;
2651
+ };
2652
+ readonly uniffi_walletkit_core_checksum_method_storagepaths_nullifier_zkey_path_string: {
2653
+ readonly args: readonly [];
2654
+ readonly ret: {
2655
+ readonly tag: "UInt16";
2656
+ };
2657
+ readonly hasRustCallStatus: false;
2658
+ };
2659
+ readonly uniffi_walletkit_core_checksum_method_storagepaths_query_graph_path_string: {
2660
+ readonly args: readonly [];
2661
+ readonly ret: {
2662
+ readonly tag: "UInt16";
2663
+ };
2664
+ readonly hasRustCallStatus: false;
2665
+ };
2666
+ readonly uniffi_walletkit_core_checksum_method_storagepaths_query_zkey_path_string: {
2667
+ readonly args: readonly [];
2668
+ readonly ret: {
2669
+ readonly tag: "UInt16";
2670
+ };
2671
+ readonly hasRustCallStatus: false;
2672
+ };
2673
+ readonly uniffi_walletkit_core_checksum_method_storagepaths_root_path_string: {
2674
+ readonly args: readonly [];
2675
+ readonly ret: {
2676
+ readonly tag: "UInt16";
2677
+ };
2678
+ readonly hasRustCallStatus: false;
2679
+ };
2680
+ readonly uniffi_walletkit_core_checksum_method_storagepaths_vault_db_path_string: {
2681
+ readonly args: readonly [];
2682
+ readonly ret: {
2683
+ readonly tag: "UInt16";
2684
+ };
2685
+ readonly hasRustCallStatus: false;
2686
+ };
2687
+ readonly uniffi_walletkit_core_checksum_method_storagepaths_worldid_dir_path_string: {
2688
+ readonly args: readonly [];
2689
+ readonly ret: {
2690
+ readonly tag: "UInt16";
2691
+ };
2692
+ readonly hasRustCallStatus: false;
2693
+ };
2694
+ readonly uniffi_walletkit_core_checksum_method_storageprovider_keystore: {
2695
+ readonly args: readonly [];
2696
+ readonly ret: {
2697
+ readonly tag: "UInt16";
2698
+ };
2699
+ readonly hasRustCallStatus: false;
2700
+ };
2701
+ readonly uniffi_walletkit_core_checksum_method_storageprovider_blob_store: {
2702
+ readonly args: readonly [];
2703
+ readonly ret: {
2704
+ readonly tag: "UInt16";
2705
+ };
2706
+ readonly hasRustCallStatus: false;
2707
+ };
2708
+ readonly uniffi_walletkit_core_checksum_method_storageprovider_paths: {
2709
+ readonly args: readonly [];
2710
+ readonly ret: {
2711
+ readonly tag: "UInt16";
2712
+ };
2713
+ readonly hasRustCallStatus: false;
2714
+ };
2715
+ readonly uniffi_walletkit_core_checksum_method_useragent_header_value: {
2716
+ readonly args: readonly [];
2717
+ readonly ret: {
2718
+ readonly tag: "UInt16";
2719
+ };
2720
+ readonly hasRustCallStatus: false;
2721
+ };
2722
+ readonly uniffi_walletkit_core_checksum_constructor_useragentbuilder_new: {
2723
+ readonly args: readonly [];
2724
+ readonly ret: {
2725
+ readonly tag: "UInt16";
2726
+ };
2727
+ readonly hasRustCallStatus: false;
2728
+ };
2729
+ readonly uniffi_walletkit_core_checksum_method_useragentbuilder_build: {
2730
+ readonly args: readonly [];
2731
+ readonly ret: {
2732
+ readonly tag: "UInt16";
2733
+ };
2734
+ readonly hasRustCallStatus: false;
2735
+ };
2736
+ readonly uniffi_walletkit_core_checksum_method_useragentbuilder_with_app_segment_for_client: {
2737
+ readonly args: readonly [];
2738
+ readonly ret: {
2739
+ readonly tag: "UInt16";
2740
+ };
2741
+ readonly hasRustCallStatus: false;
2742
+ };
2743
+ readonly uniffi_walletkit_core_checksum_method_useragentbuilder_with_client_segment: {
2744
+ readonly args: readonly [];
2745
+ readonly ret: {
2746
+ readonly tag: "UInt16";
2747
+ };
2748
+ readonly hasRustCallStatus: false;
2749
+ };
2750
+ readonly uniffi_walletkit_core_checksum_method_useragentbuilder_with_segment: {
2751
+ readonly args: readonly [];
2752
+ readonly ret: {
2753
+ readonly tag: "UInt16";
2754
+ };
2755
+ readonly hasRustCallStatus: false;
2756
+ };
2757
+ readonly uniffi_walletkit_core_checksum_method_useragentbuilder_with_walletkit_segment: {
2758
+ readonly args: readonly [];
2759
+ readonly ret: {
2760
+ readonly tag: "UInt16";
2761
+ };
2762
+ readonly hasRustCallStatus: false;
2763
+ };
2764
+ };
2765
+ readonly callbacks: {
2766
+ readonly RustFutureContinuationCallback: {
2767
+ readonly args: readonly [{
2768
+ readonly tag: "Handle";
2769
+ }, {
2770
+ readonly tag: "Int8";
2771
+ }];
2772
+ readonly ret: {
2773
+ readonly tag: "Void";
2774
+ };
2775
+ readonly hasRustCallStatus: false;
2776
+ };
2777
+ readonly ForeignFutureDroppedCallback: {
2778
+ readonly args: readonly [{
2779
+ readonly tag: "Handle";
2780
+ }];
2781
+ readonly ret: {
2782
+ readonly tag: "Void";
2783
+ };
2784
+ readonly hasRustCallStatus: false;
2785
+ };
2786
+ readonly CallbackInterfaceWalletkitCoreAtomicBlobStoreMethod0: {
2787
+ readonly args: readonly [{
2788
+ readonly tag: "Handle";
2789
+ }, {
2790
+ readonly tag: "RustBuffer";
2791
+ }];
2792
+ readonly ret: {
2793
+ readonly tag: "RustBuffer";
2794
+ };
2795
+ readonly hasRustCallStatus: true;
2796
+ readonly outReturn: true;
2797
+ };
2798
+ readonly CallbackInterfaceWalletkitCoreAtomicBlobStoreMethod1: {
2799
+ readonly args: readonly [{
2800
+ readonly tag: "Handle";
2801
+ }, {
2802
+ readonly tag: "RustBuffer";
2803
+ }, {
2804
+ readonly tag: "RustBuffer";
2805
+ }];
2806
+ readonly ret: {
2807
+ readonly tag: "VoidPointer";
2808
+ };
2809
+ readonly hasRustCallStatus: true;
2810
+ readonly outReturn: true;
2811
+ };
2812
+ readonly CallbackInterfaceWalletkitCoreAtomicBlobStoreMethod2: {
2813
+ readonly args: readonly [{
2814
+ readonly tag: "Handle";
2815
+ }, {
2816
+ readonly tag: "RustBuffer";
2817
+ }];
2818
+ readonly ret: {
2819
+ readonly tag: "VoidPointer";
2820
+ };
2821
+ readonly hasRustCallStatus: true;
2822
+ readonly outReturn: true;
2823
+ };
2824
+ readonly CallbackInterfaceCloneWalletkitCore_AtomicBlobStore: {
2825
+ readonly args: readonly [{
2826
+ readonly tag: "Handle";
2827
+ }];
2828
+ readonly ret: {
2829
+ readonly tag: "Handle";
2830
+ };
2831
+ readonly hasRustCallStatus: false;
2832
+ };
2833
+ readonly CallbackInterfaceFreeWalletkitCore_AtomicBlobStore: {
2834
+ readonly args: readonly [{
2835
+ readonly tag: "Handle";
2836
+ }];
2837
+ readonly ret: {
2838
+ readonly tag: "Void";
2839
+ };
2840
+ readonly hasRustCallStatus: false;
2841
+ };
2842
+ readonly CallbackInterfaceWalletkitCoreDeviceKeystoreMethod0: {
2843
+ readonly args: readonly [{
2844
+ readonly tag: "Handle";
2845
+ }, {
2846
+ readonly tag: "RustBuffer";
2847
+ }, {
2848
+ readonly tag: "RustBuffer";
2849
+ }];
2850
+ readonly ret: {
2851
+ readonly tag: "RustBuffer";
2852
+ };
2853
+ readonly hasRustCallStatus: true;
2854
+ readonly outReturn: true;
2855
+ };
2856
+ readonly CallbackInterfaceWalletkitCoreDeviceKeystoreMethod1: {
2857
+ readonly args: readonly [{
2858
+ readonly tag: "Handle";
2859
+ }, {
2860
+ readonly tag: "RustBuffer";
2861
+ }, {
2862
+ readonly tag: "RustBuffer";
2863
+ }];
2864
+ readonly ret: {
2865
+ readonly tag: "RustBuffer";
2866
+ };
2867
+ readonly hasRustCallStatus: true;
2868
+ readonly outReturn: true;
2869
+ };
2870
+ readonly CallbackInterfaceCloneWalletkitCore_DeviceKeystore: {
2871
+ readonly args: readonly [{
2872
+ readonly tag: "Handle";
2873
+ }];
2874
+ readonly ret: {
2875
+ readonly tag: "Handle";
2876
+ };
2877
+ readonly hasRustCallStatus: false;
2878
+ };
2879
+ readonly CallbackInterfaceFreeWalletkitCore_DeviceKeystore: {
2880
+ readonly args: readonly [{
2881
+ readonly tag: "Handle";
2882
+ }];
2883
+ readonly ret: {
2884
+ readonly tag: "Void";
2885
+ };
2886
+ readonly hasRustCallStatus: false;
2887
+ };
2888
+ readonly CallbackInterfaceWalletkitCoreLoggerMethod0: {
2889
+ readonly args: readonly [{
2890
+ readonly tag: "Handle";
2891
+ }, {
2892
+ readonly tag: "RustBuffer";
2893
+ }, {
2894
+ readonly tag: "RustBuffer";
2895
+ }];
2896
+ readonly ret: {
2897
+ readonly tag: "VoidPointer";
2898
+ };
2899
+ readonly hasRustCallStatus: true;
2900
+ readonly outReturn: true;
2901
+ };
2902
+ readonly CallbackInterfaceCloneWalletkitCore_Logger: {
2903
+ readonly args: readonly [{
2904
+ readonly tag: "Handle";
2905
+ }];
2906
+ readonly ret: {
2907
+ readonly tag: "Handle";
2908
+ };
2909
+ readonly hasRustCallStatus: false;
2910
+ };
2911
+ readonly CallbackInterfaceFreeWalletkitCore_Logger: {
2912
+ readonly args: readonly [{
2913
+ readonly tag: "Handle";
2914
+ }];
2915
+ readonly ret: {
2916
+ readonly tag: "Void";
2917
+ };
2918
+ readonly hasRustCallStatus: false;
2919
+ };
2920
+ readonly CallbackInterfaceWalletkitCoreStorageProviderMethod0: {
2921
+ readonly args: readonly [{
2922
+ readonly tag: "Handle";
2923
+ }];
2924
+ readonly ret: {
2925
+ readonly tag: "Handle";
2926
+ };
2927
+ readonly hasRustCallStatus: true;
2928
+ readonly outReturn: true;
2929
+ };
2930
+ readonly CallbackInterfaceWalletkitCoreStorageProviderMethod1: {
2931
+ readonly args: readonly [{
2932
+ readonly tag: "Handle";
2933
+ }];
2934
+ readonly ret: {
2935
+ readonly tag: "Handle";
2936
+ };
2937
+ readonly hasRustCallStatus: true;
2938
+ readonly outReturn: true;
2939
+ };
2940
+ readonly CallbackInterfaceWalletkitCoreStorageProviderMethod2: {
2941
+ readonly args: readonly [{
2942
+ readonly tag: "Handle";
2943
+ }];
2944
+ readonly ret: {
2945
+ readonly tag: "Handle";
2946
+ };
2947
+ readonly hasRustCallStatus: true;
2948
+ readonly outReturn: true;
2949
+ };
2950
+ readonly CallbackInterfaceCloneWalletkitCore_StorageProvider: {
2951
+ readonly args: readonly [{
2952
+ readonly tag: "Handle";
2953
+ }];
2954
+ readonly ret: {
2955
+ readonly tag: "Handle";
2956
+ };
2957
+ readonly hasRustCallStatus: false;
2958
+ };
2959
+ readonly CallbackInterfaceFreeWalletkitCore_StorageProvider: {
2960
+ readonly args: readonly [{
2961
+ readonly tag: "Handle";
2962
+ }];
2963
+ readonly ret: {
2964
+ readonly tag: "Void";
2965
+ };
2966
+ readonly hasRustCallStatus: false;
2967
+ };
2968
+ };
2969
+ readonly structs: {
2970
+ readonly ForeignFutureDroppedCallbackStruct: readonly [{
2971
+ readonly name: "handle";
2972
+ readonly type: {
2973
+ readonly tag: "Handle";
2974
+ };
2975
+ }, {
2976
+ readonly name: "free";
2977
+ readonly type: {
2978
+ readonly tag: "Callback";
2979
+ readonly name: string;
2980
+ };
2981
+ }];
2982
+ readonly VTableCallbackInterfaceWalletkitCoreAtomicBlobStore: readonly [{
2983
+ readonly name: "uniffi_free";
2984
+ readonly type: {
2985
+ readonly tag: "Callback";
2986
+ readonly name: string;
2987
+ };
2988
+ }, {
2989
+ readonly name: "uniffi_clone";
2990
+ readonly type: {
2991
+ readonly tag: "Callback";
2992
+ readonly name: string;
2993
+ };
2994
+ }, {
2995
+ readonly name: "read";
2996
+ readonly type: {
2997
+ readonly tag: "Callback";
2998
+ readonly name: string;
2999
+ };
3000
+ }, {
3001
+ readonly name: "write_atomic";
3002
+ readonly type: {
3003
+ readonly tag: "Callback";
3004
+ readonly name: string;
3005
+ };
3006
+ }, {
3007
+ readonly name: "delete";
3008
+ readonly type: {
3009
+ readonly tag: "Callback";
3010
+ readonly name: string;
3011
+ };
3012
+ }];
3013
+ readonly VTableCallbackInterfaceWalletkitCoreDeviceKeystore: readonly [{
3014
+ readonly name: "uniffi_free";
3015
+ readonly type: {
3016
+ readonly tag: "Callback";
3017
+ readonly name: string;
3018
+ };
3019
+ }, {
3020
+ readonly name: "uniffi_clone";
3021
+ readonly type: {
3022
+ readonly tag: "Callback";
3023
+ readonly name: string;
3024
+ };
3025
+ }, {
3026
+ readonly name: "seal";
3027
+ readonly type: {
3028
+ readonly tag: "Callback";
3029
+ readonly name: string;
3030
+ };
3031
+ }, {
3032
+ readonly name: "open_sealed";
3033
+ readonly type: {
3034
+ readonly tag: "Callback";
3035
+ readonly name: string;
3036
+ };
3037
+ }];
3038
+ readonly VTableCallbackInterfaceWalletkitCoreLogger: readonly [{
3039
+ readonly name: "uniffi_free";
3040
+ readonly type: {
3041
+ readonly tag: "Callback";
3042
+ readonly name: string;
3043
+ };
3044
+ }, {
3045
+ readonly name: "uniffi_clone";
3046
+ readonly type: {
3047
+ readonly tag: "Callback";
3048
+ readonly name: string;
3049
+ };
3050
+ }, {
3051
+ readonly name: "log";
3052
+ readonly type: {
3053
+ readonly tag: "Callback";
3054
+ readonly name: string;
3055
+ };
3056
+ }];
3057
+ readonly VTableCallbackInterfaceWalletkitCoreStorageProvider: readonly [{
3058
+ readonly name: "uniffi_free";
3059
+ readonly type: {
3060
+ readonly tag: "Callback";
3061
+ readonly name: string;
3062
+ };
3063
+ }, {
3064
+ readonly name: "uniffi_clone";
3065
+ readonly type: {
3066
+ readonly tag: "Callback";
3067
+ readonly name: string;
3068
+ };
3069
+ }, {
3070
+ readonly name: "keystore";
3071
+ readonly type: {
3072
+ readonly tag: "Callback";
3073
+ readonly name: string;
3074
+ };
3075
+ }, {
3076
+ readonly name: "blob_store";
3077
+ readonly type: {
3078
+ readonly tag: "Callback";
3079
+ readonly name: string;
3080
+ };
3081
+ }, {
3082
+ readonly name: "paths";
3083
+ readonly type: {
3084
+ readonly tag: "Callback";
3085
+ readonly name: string;
3086
+ };
3087
+ }];
3088
+ };
3089
+ };
3090
+ export declare function setNativeModule(m: Record<string, (...args: any[]) => any>): void;
3091
+ export default getter;
3092
+ export type UniffiRustFutureContinuationCallback = (data: bigint, pollResult: number) => void;
3093
+ export type UniffiForeignFutureDroppedCallback = (handle: bigint) => void;
3094
+ export type UniffiForeignFutureDroppedCallbackStruct = {
3095
+ handle: bigint;
3096
+ free: UniffiForeignFutureDroppedCallback;
3097
+ };
3098
+ type UniffiCallbackInterfaceWalletkitCoreAtomicBlobStoreMethod0 = (uniffiHandle: bigint, path: Uint8Array) => Uint8Array;
3099
+ type UniffiCallbackInterfaceWalletkitCoreAtomicBlobStoreMethod1 = (uniffiHandle: bigint, path: Uint8Array, bytes: Uint8Array) => UniffiResult<void>;
3100
+ type UniffiCallbackInterfaceWalletkitCoreAtomicBlobStoreMethod2 = (uniffiHandle: bigint, path: Uint8Array) => UniffiResult<void>;
3101
+ type UniffiCallbackInterfaceCloneWalletkitCoreAtomicBlobStore = (handle: bigint) => UniffiResult<void>;
3102
+ type UniffiCallbackInterfaceFreeWalletkitCoreAtomicBlobStore = (handle: bigint) => void;
3103
+ export type UniffiVTableCallbackInterfaceWalletkitCoreAtomicBlobStore = {
3104
+ uniffi_free: UniffiCallbackInterfaceFreeWalletkitCoreAtomicBlobStore;
3105
+ uniffi_clone: UniffiCallbackInterfaceCloneWalletkitCoreAtomicBlobStore;
3106
+ read: UniffiCallbackInterfaceWalletkitCoreAtomicBlobStoreMethod0;
3107
+ write_atomic: UniffiCallbackInterfaceWalletkitCoreAtomicBlobStoreMethod1;
3108
+ delete: UniffiCallbackInterfaceWalletkitCoreAtomicBlobStoreMethod2;
3109
+ };
3110
+ type UniffiCallbackInterfaceWalletkitCoreDeviceKeystoreMethod0 = (uniffiHandle: bigint, associatedData: Uint8Array, plaintext: Uint8Array) => Uint8Array;
3111
+ type UniffiCallbackInterfaceWalletkitCoreDeviceKeystoreMethod1 = (uniffiHandle: bigint, associatedData: Uint8Array, ciphertext: Uint8Array) => Uint8Array;
3112
+ type UniffiCallbackInterfaceCloneWalletkitCoreDeviceKeystore = (handle: bigint) => UniffiResult<void>;
3113
+ type UniffiCallbackInterfaceFreeWalletkitCoreDeviceKeystore = (handle: bigint) => void;
3114
+ export type UniffiVTableCallbackInterfaceWalletkitCoreDeviceKeystore = {
3115
+ uniffi_free: UniffiCallbackInterfaceFreeWalletkitCoreDeviceKeystore;
3116
+ uniffi_clone: UniffiCallbackInterfaceCloneWalletkitCoreDeviceKeystore;
3117
+ seal: UniffiCallbackInterfaceWalletkitCoreDeviceKeystoreMethod0;
3118
+ open_sealed: UniffiCallbackInterfaceWalletkitCoreDeviceKeystoreMethod1;
3119
+ };
3120
+ type UniffiCallbackInterfaceWalletkitCoreLoggerMethod0 = (uniffiHandle: bigint, level: Uint8Array, message: Uint8Array) => UniffiResult<void>;
3121
+ type UniffiCallbackInterfaceCloneWalletkitCoreLogger = (handle: bigint) => UniffiResult<void>;
3122
+ type UniffiCallbackInterfaceFreeWalletkitCoreLogger = (handle: bigint) => void;
3123
+ export type UniffiVTableCallbackInterfaceWalletkitCoreLogger = {
3124
+ uniffi_free: UniffiCallbackInterfaceFreeWalletkitCoreLogger;
3125
+ uniffi_clone: UniffiCallbackInterfaceCloneWalletkitCoreLogger;
3126
+ log: UniffiCallbackInterfaceWalletkitCoreLoggerMethod0;
3127
+ };
3128
+ type UniffiCallbackInterfaceWalletkitCoreStorageProviderMethod0 = (uniffiHandle: bigint) => bigint;
3129
+ type UniffiCallbackInterfaceWalletkitCoreStorageProviderMethod1 = (uniffiHandle: bigint) => bigint;
3130
+ type UniffiCallbackInterfaceWalletkitCoreStorageProviderMethod2 = (uniffiHandle: bigint) => bigint;
3131
+ type UniffiCallbackInterfaceCloneWalletkitCoreStorageProvider = (handle: bigint) => UniffiResult<void>;
3132
+ type UniffiCallbackInterfaceFreeWalletkitCoreStorageProvider = (handle: bigint) => void;
3133
+ export type UniffiVTableCallbackInterfaceWalletkitCoreStorageProvider = {
3134
+ uniffi_free: UniffiCallbackInterfaceFreeWalletkitCoreStorageProvider;
3135
+ uniffi_clone: UniffiCallbackInterfaceCloneWalletkitCoreStorageProvider;
3136
+ keystore: UniffiCallbackInterfaceWalletkitCoreStorageProviderMethod0;
3137
+ blob_store: UniffiCallbackInterfaceWalletkitCoreStorageProviderMethod1;
3138
+ paths: UniffiCallbackInterfaceWalletkitCoreStorageProviderMethod2;
3139
+ };