public class ExtensionValue extends Object implements ByteTransformable
| Constructor and Description |
|---|
ExtensionValue() |
ExtensionValue(String data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherObject) |
String |
getData() |
void |
setData(String data) |
byte[] |
toByteArray()
Covert the operation into a byte array.
|
String |
toString() |
public ExtensionValue()
public ExtensionValue(String data)
public String getData()
public void setData(String data)
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.