@settlemint/sdk-viem 2.5.1 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +86 -86
- package/dist/browser/viem.d.ts +4 -2
- package/dist/browser/viem.js +21 -10794
- package/dist/browser/viem.js.map +1 -1
- package/dist/viem.cjs +38 -10807
- package/dist/viem.cjs.map +1 -1
- package/dist/viem.d.cts +4 -2
- package/dist/viem.d.ts +4 -2
- package/dist/viem.js +21 -10795
- package/dist/viem.js.map +1 -1
- package/package.json +4 -3
package/dist/viem.d.cts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import * as viem0 from "viem";
|
|
3
3
|
import { Chain, Client, HttpTransportConfig } from "viem";
|
|
4
4
|
import * as chains from "viem/chains";
|
|
5
|
-
import { z } from "zod
|
|
5
|
+
import { z } from "zod";
|
|
6
6
|
|
|
7
7
|
//#region src/custom-actions/verify-wallet-verification-challenge.action.d.ts
|
|
8
8
|
/**
|
|
@@ -363,6 +363,7 @@ declare const getPublicClient: (options: ClientOptions) => {
|
|
|
363
363
|
request?: (parameters: viem0.CcipRequestParameters) => Promise<`0x${string}`>;
|
|
364
364
|
} | undefined;
|
|
365
365
|
chain: Chain;
|
|
366
|
+
experimental_blockTag?: viem0.BlockTag | undefined;
|
|
366
367
|
key: string;
|
|
367
368
|
name: string;
|
|
368
369
|
pollingInterval: number;
|
|
@@ -7231,6 +7232,7 @@ declare const getPublicClient: (options: ClientOptions) => {
|
|
|
7231
7232
|
cacheTime?: undefined;
|
|
7232
7233
|
ccipRead?: undefined;
|
|
7233
7234
|
chain?: undefined;
|
|
7235
|
+
experimental_blockTag?: undefined;
|
|
7234
7236
|
key?: undefined;
|
|
7235
7237
|
name?: undefined;
|
|
7236
7238
|
pollingInterval?: undefined;
|
|
@@ -14180,5 +14182,5 @@ type GetChainIdOptions = Omit<z.infer<typeof GetChainIdOptionsSchema>, "httpTran
|
|
|
14180
14182
|
*/
|
|
14181
14183
|
declare function getChainId(options: GetChainIdOptions): Promise<number>;
|
|
14182
14184
|
//#endregion
|
|
14183
|
-
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 };
|
|
14185
|
+
export { type AddressOrObject, ClientOptions, ClientOptionsSchema, type CreateWalletParameters, type CreateWalletResponse, type CreateWalletVerificationChallengesParameters, type CreateWalletVerificationChallengesResponse, type CreateWalletVerificationParameters, type CreateWalletVerificationResponse, type DeleteWalletVerificationParameters, type DeleteWalletVerificationResponse, GetChainIdOptions, GetChainIdOptionsSchema, type GetWalletVerificationsParameters, type GetWalletVerificationsResponse, OTPAlgorithm, type VerificationResult, type VerifyWalletVerificationChallengeParameters, type VerifyWalletVerificationChallengeResponse, type WalletInfo, type WalletOTPVerificationInfo, type WalletPincodeVerificationInfo, type WalletSecretCodesVerificationInfo, type WalletVerification, type WalletVerificationChallenge, type WalletVerificationInfo, WalletVerificationOptions, WalletVerificationType, getChainId, getPublicClient, getWalletClient };
|
|
14184
14186
|
//# sourceMappingURL=viem.d.cts.map
|
package/dist/viem.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import * as viem0 from "viem";
|
|
3
3
|
import { Chain, Client, HttpTransportConfig } from "viem";
|
|
4
4
|
import * as chains from "viem/chains";
|
|
5
|
-
import { z } from "zod
|
|
5
|
+
import { z } from "zod";
|
|
6
6
|
|
|
7
7
|
//#region src/custom-actions/verify-wallet-verification-challenge.action.d.ts
|
|
8
8
|
/**
|
|
@@ -363,6 +363,7 @@ declare const getPublicClient: (options: ClientOptions) => {
|
|
|
363
363
|
request?: (parameters: viem0.CcipRequestParameters) => Promise<`0x${string}`>;
|
|
364
364
|
} | undefined;
|
|
365
365
|
chain: Chain;
|
|
366
|
+
experimental_blockTag?: viem0.BlockTag | undefined;
|
|
366
367
|
key: string;
|
|
367
368
|
name: string;
|
|
368
369
|
pollingInterval: number;
|
|
@@ -7231,6 +7232,7 @@ declare const getPublicClient: (options: ClientOptions) => {
|
|
|
7231
7232
|
cacheTime?: undefined;
|
|
7232
7233
|
ccipRead?: undefined;
|
|
7233
7234
|
chain?: undefined;
|
|
7235
|
+
experimental_blockTag?: undefined;
|
|
7234
7236
|
key?: undefined;
|
|
7235
7237
|
name?: undefined;
|
|
7236
7238
|
pollingInterval?: undefined;
|
|
@@ -14180,5 +14182,5 @@ type GetChainIdOptions = Omit<z.infer<typeof GetChainIdOptionsSchema>, "httpTran
|
|
|
14180
14182
|
*/
|
|
14181
14183
|
declare function getChainId(options: GetChainIdOptions): Promise<number>;
|
|
14182
14184
|
//#endregion
|
|
14183
|
-
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 };
|
|
14185
|
+
export { type AddressOrObject, ClientOptions, ClientOptionsSchema, type CreateWalletParameters, type CreateWalletResponse, type CreateWalletVerificationChallengesParameters, type CreateWalletVerificationChallengesResponse, type CreateWalletVerificationParameters, type CreateWalletVerificationResponse, type DeleteWalletVerificationParameters, type DeleteWalletVerificationResponse, GetChainIdOptions, GetChainIdOptionsSchema, type GetWalletVerificationsParameters, type GetWalletVerificationsResponse, OTPAlgorithm, type VerificationResult, type VerifyWalletVerificationChallengeParameters, type VerifyWalletVerificationChallengeResponse, type WalletInfo, type WalletOTPVerificationInfo, type WalletPincodeVerificationInfo, type WalletSecretCodesVerificationInfo, type WalletVerification, type WalletVerificationChallenge, type WalletVerificationInfo, WalletVerificationOptions, WalletVerificationType, getChainId, getPublicClient, getWalletClient };
|
|
14184
14186
|
//# sourceMappingURL=viem.d.ts.map
|