public class Symbol extends BaseOperation implements ByteTransformable
| Constructor and Description |
|---|
Symbol() |
| 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.
|
toStringpublic String getName()
public void setName(String name)
public org.joou.UInteger getDecimals()
public void setDecimals(org.joou.UInteger decimals)
public byte[] toByteArray()
throws BeowulfInvalidTransactionException
ByteTransformabletoByteArray in interface ByteTransformableBeowulfInvalidTransactionException - If there was a problem while transforming the transaction
into a byte array.Copyright © 2019. All rights reserved.