public class MosaicProperties
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MosaicProperties.Builder |
| Constructor and Description |
|---|
MosaicProperties(boolean supplyMutable,
boolean transferable,
boolean levyMutable,
int divisibility,
java.math.BigInteger duration) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDivisibility()
Returns the mosaic divisibility.
|
java.math.BigInteger |
getDuration()
Returns the number of blocks from height it will be active
|
boolean |
isLevyMutable()
Returns true if the mosaic levy is mutable
|
boolean |
isSupplyMutable()
Returns true if supply is mutable
|
boolean |
isTransferable()
Returns true if mosaic is transferable between non-owner accounts
|
public MosaicProperties(boolean supplyMutable,
boolean transferable,
boolean levyMutable,
int divisibility,
java.math.BigInteger duration)
public boolean isSupplyMutable()
public boolean isTransferable()
public boolean isLevyMutable()
public java.math.BigInteger getDuration()
public int getDivisibility()