public abstract class BlockItem extends Object implements Transaction
DEFAULT_NETWORK_ID, VERSION, VERSION_SIZE
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static BlockItem |
fromVersionedBytes(ByteBuffer source) |
BlockItemType |
getBlockItemType()
Type of Block Item.
|
byte[] |
getBytes()
Get the serialized bytes for this
BlockItem . |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getHash, getNetworkId, getVersionedBytes
public final byte[] getBytes()
BlockItem
.
Which is a concatenation of BlockItemType.getByte()
+ getBlockItemBytes()
getBytes
in interface Transaction
BlockItemType
public static BlockItem fromVersionedBytes(ByteBuffer source)
protected boolean canEqual(Object other)
public BlockItemType getBlockItemType()
Copyright © 2025. All rights reserved.