@settlemint/sdk-viem 2.3.8 → 2.3.11

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.
@@ -4,9 +4,6 @@ import * as chains from "viem/chains";
4
4
  import { z } from "zod/v4";
5
5
 
6
6
  //#region src/custom-actions/verify-wallet-verification-challenge.action.d.ts
7
- /**
8
- * Represents either a wallet address string or an object containing wallet address and optional verification ID.
9
- */
10
7
  /**
11
8
  * Represents either a wallet address string or an object containing wallet address and optional verification ID.
12
9
  */
@@ -46,7 +43,8 @@ declare function verifyWalletVerificationChallenge(client: Client): {
46
43
  * @returns A promise that resolves to an array of verification results.
47
44
  */
48
45
  verifyWalletVerificationChallenge(args: VerifyWalletVerificationChallengeParameters): Promise<VerifyWalletVerificationChallengeResponse>;
49
- }; //#endregion
46
+ };
47
+ //#endregion
50
48
  //#region src/custom-actions/types/wallet-verification.enum.d.ts
51
49
  /**
52
50
  * Types of wallet verification methods supported by the system.
@@ -84,7 +82,6 @@ declare enum OTPAlgorithm {
84
82
  /** SHA3-512 hash algorithm */
85
83
  SHA3_512 = "SHA3-512",
86
84
  }
87
-
88
85
  //#endregion
89
86
  //#region src/custom-actions/create-wallet-verification-challenges.action.d.ts
90
87
  /**
@@ -124,7 +121,6 @@ declare function createWalletVerificationChallenges(client: Client): {
124
121
  */
125
122
  createWalletVerificationChallenges(args: CreateWalletVerificationChallengesParameters): Promise<CreateWalletVerificationChallengesResponse>;
126
123
  };
127
-
128
124
  //#endregion
129
125
  //#region src/custom-actions/delete-wallet-verification.action.d.ts
130
126
  /**
@@ -156,7 +152,6 @@ declare function deleteWalletVerification(client: Client): {
156
152
  */
157
153
  deleteWalletVerification(args: DeleteWalletVerificationParameters): Promise<DeleteWalletVerificationResponse[]>;
158
154
  };
159
-
160
155
  //#endregion
161
156
  //#region src/custom-actions/create-wallet-verification.action.d.ts
162
157
  /**
@@ -238,7 +233,6 @@ declare function createWalletVerification(client: Client): {
238
233
  */
239
234
  createWalletVerification(args: CreateWalletVerificationParameters): Promise<CreateWalletVerificationResponse[]>;
240
235
  };
241
-
242
236
  //#endregion
243
237
  //#region src/custom-actions/get-wallet-verifications.action.d.ts
244
238
  /**
@@ -276,7 +270,6 @@ declare function getWalletVerifications(client: Client): {
276
270
  */
277
271
  getWalletVerifications(args: GetWalletVerificationsParameters): Promise<GetWalletVerificationsResponse>;
278
272
  };
279
-
280
273
  //#endregion
281
274
  //#region src/custom-actions/create-wallet.action.d.ts
282
275
  /**
@@ -321,7 +314,6 @@ declare function createWallet(client: Client): {
321
314
  */
322
315
  createWallet(args: CreateWalletParameters): Promise<CreateWalletResponse[]>;
323
316
  };
324
-
325
317
  //#endregion
326
318
  //#region src/viem.d.ts
327
319
  /**
@@ -14185,6 +14177,7 @@ type GetChainIdOptions = Omit<z.infer<typeof GetChainIdOptionsSchema>, "httpTran
14185
14177
  * console.log(chainId);
14186
14178
  * ```
14187
14179
  */
14188
- declare function getChainId(options: GetChainIdOptions): Promise<number>; //#endregion
14180
+ declare function getChainId(options: GetChainIdOptions): Promise<number>;
14181
+ //#endregion
14189
14182
  export { AddressOrObject, ClientOptions, ClientOptionsSchema, CreateWalletParameters, CreateWalletResponse, CreateWalletVerificationChallengesParameters, CreateWalletVerificationChallengesResponse, CreateWalletVerificationParameters, CreateWalletVerificationResponse, DeleteWalletVerificationParameters, DeleteWalletVerificationResponse, GetChainIdOptions, GetChainIdOptionsSchema, GetWalletVerificationsParameters, GetWalletVerificationsResponse, OTPAlgorithm, VerificationResult, VerifyWalletVerificationChallengeParameters, VerifyWalletVerificationChallengeResponse, WalletInfo, WalletOTPVerificationInfo, WalletPincodeVerificationInfo, WalletSecretCodesVerificationInfo, WalletVerification, WalletVerificationChallenge, WalletVerificationInfo, WalletVerificationOptions, WalletVerificationType, getChainId, getPublicClient, getWalletClient };
14190
14183
  //# sourceMappingURL=viem.d.ts.map