public class AccountOptions extends Object implements AccountSettings
| Constructor and Description |
|---|
AccountOptions(AccountBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
IotaAPI |
getApi() |
int |
getDepth() |
int |
getMwm() |
List<Plugin> |
getPlugins() |
int |
getSecurityLevel() |
SeedProvider |
getSeed() |
AccountStore |
getStore()
The storage method we use for storing indexes and unsend transactions
|
Clock |
getTime() |
String |
toString() |
public AccountOptions(AccountBuilder builder)
public int getMwm()
getMwm in interface AccountConfigpublic int getDepth()
getDepth in interface AccountConfigpublic int getSecurityLevel()
getSecurityLevel in interface AccountConfigpublic AccountStore getStore()
AccountConfiggetStore in interface AccountConfigpublic IotaAPI getApi()
getApi in interface AccountBuilderSettingspublic SeedProvider getSeed()
getSeed in interface AccountBuilderSettingspublic Clock getTime()
getTime in interface AccountBuilderSettingspublic List<Plugin> getPlugins()
getPlugins in interface AccountBuilderSettingsCopyright © 2019. All rights reserved.