@white-matrix/basic-wallet
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -8,3 +8,3 @@ import { ethereum } from './type' | ||
connectWeb3Service(): void; | ||
connectWeb3Service(onChainChange: Function, onAccountChange: Function): void; | ||
@@ -11,0 +11,0 @@ deployContract(actionData: ethereum.IDeployContractActionData): any; |
{ | ||
"name": "@white-matrix/basic-wallet", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "提供一个基本的iterface,供给钱包实现", | ||
@@ -17,2 +17,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
4639