UNPKG
sophys
Version:
latest (4.0.26)
4.0.28
4.0.26
4.0.0-beta.1
Sophon wallet library.
octonion.institute/susy-js/sophys.js
sophys
/
utils
/
json-wallet.d.ts
4 lines
(3 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
export
declare
function
isCrowdsaleWallet
(
json
:
string
):
boolean
;
export
declare
function
isSecretStorageWallet
(
json
:
string
):
boolean
;
export
declare
function
getJsonWalletAddress
(
json
:
string
):
string
;