public class PendingTransfer extends Object implements Serializable
| Constructor and Description |
|---|
PendingTransfer(List<Trits> bundle) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTail(Hash tailHash) |
PendingTransfer |
clone() |
boolean |
equals(Object obj) |
List<Trits> |
getBundleTrits() |
List<Hash> |
getTailHashes() |
int |
hashCode() |
String |
toString() |
public void addTail(Hash tailHash)
tailHash - public PendingTransfer clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2019. All rights reserved.