public class AssetInfo extends BaseOperation implements ByteTransformable
| Constructor and Description |
|---|
AssetInfo() |
AssetInfo(String name,
org.joou.UInteger decimals) |
| Modifier and Type | Method and Description |
|---|---|
org.joou.UInteger |
getDecimals() |
String |
getName() |
void |
setDecimals(org.joou.UInteger decimals) |
void |
setName(String name) |
byte[] |
toByteArray()
Covert the operation into a byte array.
|
String |
toJson() |
toStringpublic String getName()
public org.joou.UInteger getDecimals()
public byte[] toByteArray()
throws BeowulfInvalidTransactionException
ByteTransformabletoByteArray in interface ByteTransformableBeowulfInvalidTransactionException - If there was a problem while transforming the transaction
into a byte array.public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2019. All rights reserved.