Skip to content

Commit

Permalink
update wallet api
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelycs committed Oct 30, 2018
1 parent 6f44c85 commit fbf50f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Vite/rpcMethods.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
export default {
wallet: [
'listAddress', 'newAddress', 'status', 'unlockAddress', 'lockAddress',
'reloadAndFixAddressFile', 'isMayValidKeystoreFile', 'getDataDir', 'createTxWithPassphrase'
'listEntropyFilesInStandardDir', 'listAllEntropyFiles', 'unlock', 'lock',
'listEntropyStoreAddresses', 'newMnemonicAndEntropyStore', 'deriveForIndexPath',
'recoverEntropyStoreFromMnemonic', 'globalCheckAddrUnlocked', 'isAddrUnlocked',
'isUnlocked', 'findAddr', 'globalFindAddr', 'createTxWithPassphrase', 'addEntropyStore'
],
net: [
'syncInfo', 'peers'
Expand Down

0 comments on commit fbf50f0

Please sign in to comment.