public final class TxCoinSellAll extends Operation
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<TxCoinSellAll> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
TxCoinSellAll(android.os.Parcel in) |
|
TxCoinSellAll(Transaction rawTx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decodeRLP(byte[] rlpEncodedData)
Decode data from encoded RLP
|
protected byte[] |
encodeRLP()
Encodes all create fields via RLP
|
java.lang.String |
getCoinToBuy() |
java.lang.String |
getCoinToSell() |
OperationType |
getType() |
TxCoinSellAll |
setCoinToBuy(java.lang.String coin) |
TxCoinSellAll |
setCoinToSell(java.lang.String coin) |
protected FieldsValidationResult |
validate() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
build, describeContents, getTxfromRawRlp, fromRawRlp, objArrToByteArrArrpublic static final android.os.Parcelable.Creator<TxCoinSellAll> CREATOR
public TxCoinSellAll(Transaction rawTx)
protected TxCoinSellAll(android.os.Parcel in)
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class Operationpublic java.lang.String getCoinToSell()
public TxCoinSellAll setCoinToSell(java.lang.String coin)
public java.lang.String getCoinToBuy()
public TxCoinSellAll setCoinToBuy(java.lang.String coin)
public OperationType getType()
protected FieldsValidationResult validate()
protected byte[] encodeRLP()
RLPSerializableencodeRLP in class RLPSerializableRLPprotected void decodeRLP(byte[] rlpEncodedData)
RLPSerializabledecodeRLP in class RLPSerializable