@portkey/provider-types
Advanced tools
Comparing version 2.4.0-alpha.1 to 2.4.0-alpha.2
@@ -52,2 +52,6 @@ export interface IRequestParams<T = any> { | ||
readonly SET_WALLET_CONFIG_OPTIONS: "setWalletConfigOptions"; | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
readonly WALLET_DISCONNECT: "disconnect"; | ||
}; | ||
@@ -54,0 +58,0 @@ export type MethodsBaseType = (typeof MethodsBase)[keyof typeof MethodsBase]; |
@@ -38,2 +38,6 @@ "use strict"; | ||
SET_WALLET_CONFIG_OPTIONS: 'setWalletConfigOptions', | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
WALLET_DISCONNECT: 'disconnect', | ||
}; | ||
@@ -40,0 +44,0 @@ exports.MethodsWallet = { |
@@ -52,2 +52,6 @@ export interface IRequestParams<T = any> { | ||
readonly SET_WALLET_CONFIG_OPTIONS: "setWalletConfigOptions"; | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
readonly WALLET_DISCONNECT: "disconnect"; | ||
}; | ||
@@ -54,0 +58,0 @@ export type MethodsBaseType = (typeof MethodsBase)[keyof typeof MethodsBase]; |
@@ -35,2 +35,6 @@ export var ResponseCode; | ||
SET_WALLET_CONFIG_OPTIONS: 'setWalletConfigOptions', | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
WALLET_DISCONNECT: 'disconnect', | ||
}; | ||
@@ -37,0 +41,0 @@ export const MethodsWallet = { |
@@ -52,2 +52,6 @@ export interface IRequestParams<T = any> { | ||
readonly SET_WALLET_CONFIG_OPTIONS: "setWalletConfigOptions"; | ||
/** | ||
* @remark only use iframe provider | ||
*/ | ||
readonly WALLET_DISCONNECT: "disconnect"; | ||
}; | ||
@@ -54,0 +58,0 @@ export type MethodsBaseType = (typeof MethodsBase)[keyof typeof MethodsBase]; |
{ | ||
"name": "@portkey/provider-types", | ||
"version": "2.4.0-alpha.1", | ||
"version": "2.4.0-alpha.2", | ||
"description": "", | ||
@@ -46,3 +46,3 @@ "main": "./dist/commonjs/index.js", | ||
}, | ||
"gitHead": "e1d6f25eac9a174de5a8599a6899668e200536b9" | ||
"gitHead": "cc18f1a8ac871ac66e5256ad81b660390cefd74a" | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
107086
1547