| Package | Description |
|---|---|
| com.beowulfchain.beowulfj.configuration | |
| com.beowulfchain.beowulfj.protocol | |
| com.beowulfchain.beowulfj.protocol.enums |
| Modifier and Type | Method and Description |
|---|---|
AssetSymbolType |
BeowulfJConfig.getDollarSymbol()
Get the currently configured
AssetSymbolType for dollars (e.g. |
AssetSymbolType |
BeowulfJConfig.getTokenSymbol()
Get the currently configured
AssetSymbolType for tokens (e.g. |
AssetSymbolType |
BeowulfJConfig.getVestsSymbol()
Get the currently configured
AssetSymbolType for M. |
| Modifier and Type | Method and Description |
|---|---|
void |
BeowulfJConfig.setDollarSymbol(AssetSymbolType dollarSymbol)
Override the default
dollarSymbol. |
void |
BeowulfJConfig.setTokenSymbol(AssetSymbolType tokenSymbol)
Override the default
tokenSymbol. |
void |
BeowulfJConfig.setVestsSymbol(AssetSymbolType vestsSymbol)
Override the default
vestsSymbol. |
| Modifier and Type | Method and Description |
|---|---|
void |
Asset.setSymbol(AssetSymbolType symbol)
Set the name of this asset.
|
| Constructor and Description |
|---|
Asset(BigDecimal amount,
AssetSymbolType name)
Create a new asset object by providing all required fields.
|
Asset(long amount,
AssetSymbolType name)
Create a new asset object by providing all required fields.
|
| Modifier and Type | Method and Description |
|---|---|
static AssetSymbolType |
AssetSymbolType.getValue(String symbol) |
static AssetSymbolType |
AssetSymbolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetSymbolType[] |
AssetSymbolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.