@bloks/api
Advanced tools
Comparing version 25.0.18 to 25.0.20
@@ -1,2 +0,2 @@ | ||
import type { ExchangeRates, WithdrawalFeeQuote, IChainInfo, CreateAccountParams, KycIpInfo, LoginAccountParams, CreateAccountResponse, CreateAccountResponseError } from '../types'; | ||
import type { ExchangeRates, WithdrawalFeeQuote, IChainInfo, CreateAccountParams, KycIpInfo, LoginAccountParams, CreateAccountResponse } from '../types'; | ||
import type { ApiClass } from '../index'; | ||
@@ -10,3 +10,3 @@ export declare function getChainInfo(this: ApiClass): Promise<IChainInfo | undefined>; | ||
export declare function currentLocation(this: ApiClass): Promise<KycIpInfo>; | ||
export declare function createAccount(this: ApiClass, params: CreateAccountParams): Promise<CreateAccountResponse | CreateAccountResponseError>; | ||
export declare function createAccount(this: ApiClass, params: CreateAccountParams): Promise<CreateAccountResponse>; | ||
export declare function loginAccount(this: ApiClass, params: LoginAccountParams): Promise<any>; |
{ | ||
"name": "@bloks/api", | ||
"version": "25.0.18", | ||
"version": "25.0.20", | ||
"author": "jafri", | ||
@@ -43,3 +43,3 @@ "module": "dist/api.esm.js", | ||
}, | ||
"gitHead": "8ed7fb6c9887227ef2c778eb34b31bb275a4cd70" | ||
"gitHead": "9913b9408ba9c527adcdbc7665d449107e7e43f8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1102976