public class AddressGeneratorServiceImpl extends Object implements AddressGeneratorService
| Constructor and Description |
|---|
AddressGeneratorServiceImpl(AccountOptions options) |
AddressGeneratorServiceImpl(AccountOptions options,
boolean cache) |
| Modifier and Type | Method and Description |
|---|---|
Address |
get(int index) |
Address |
get(int index,
int securityLevel) |
int |
getSecurityLevel() |
public AddressGeneratorServiceImpl(AccountOptions options)
public AddressGeneratorServiceImpl(AccountOptions options, boolean cache)
public Address get(int index) throws AddressGenerationError
get in interface AddressGeneratorServiceAddressGenerationErrorpublic Address get(int index, int securityLevel) throws AddressGenerationError
get in interface AddressGeneratorServiceAddressGenerationErrorpublic int getSecurityLevel()
getSecurityLevel in interface AddressGeneratorServiceCopyright © 2019. All rights reserved.