| 程序包 | 说明 |
|---|---|
| com.github.DNAProject.common | |
| com.github.DNAProject.sdk.manager | |
| com.github.DNAProject.sdk.wallet |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map |
WalletQR.exportAccountQRCode(Scrypt scrypt,
Account account) |
static Map |
WalletQR.exportAccountQRCode(Wallet walletFile,
Account account) |
| 限定符和类型 | 方法和说明 |
|---|---|
Account |
WalletMgr.createAccount(String password) |
Account |
WalletMgr.createAccount(String label,
String password) |
Account |
WalletMgr.createAccountFromPriKey(String password,
String prikey) |
Account |
WalletMgr.createAccountFromPriKey(String label,
String password,
String prikey) |
Account |
WalletMgr.getDefaultAccount() |
Account |
WalletMgr.importAccount(String encryptedPrikey,
String password,
String address,
byte[] salt) |
Account |
WalletMgr.importAccount(String label,
String encryptedPrikey,
String password,
String address,
byte[] salt) |
| 限定符和类型 | 方法和说明 |
|---|---|
Account |
Wallet.getAccount(String address) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Account> |
Wallet.getAccounts() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Wallet.setAccounts(List<Account> accountList) |
Copyright © 2021. All rights reserved.