@white-matrix/basic-wallet
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -10,3 +10,3 @@ import { ethereum } from './type' | ||
connectWeb3Service(onChainChange: Function, onAccountChange: Function): void; | ||
connectWeb3Service(onChainChangeEvent: string, onAccountChangeEvent: string): void; | ||
@@ -13,0 +13,0 @@ deployContract(actionData: ethereum.IDeployContractActionData): any; |
{ | ||
"name": "@white-matrix/basic-wallet", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "提供一个基本的iterface,供给钱包实现", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4672