public class Bytes extends U8a
Constructor and Description |
---|
Bytes(java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
int |
getEncodedLength()
The length of the value when encoded as a Uint8Array
|
byte[] |
toU8a(boolean isBare) |
eq, isEmpty, length, subarray, toHex, toJson, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getConstructorCodec, toU8a
public int getEncodedLength()
The length of the value when encoded as a Uint8Array
getEncodedLength
in interface Codec
getEncodedLength
in class U8a