Package org.polkadot.types.codec
Class U8aFixed
- java.lang.Object
-
- org.polkadot.types.codec.U8a
-
- org.polkadot.types.codec.U8aFixed
-
- All Implemented Interfaces:
Codec
- Direct Known Subclasses:
AccountId,Event.EventIndex,H160,H256,H512,LockIdentifier,Method.MethodIndex,RuntimeVersion.ApiId
public class U8aFixed extends U8a
A U8a that manages a a sequence of bytes up to the specified bitLength. Not meant to be used directly, rather is should be subclassed with the specific lengths.
-
-
Constructor Summary
Constructors Constructor Description U8aFixed(java.lang.Object value, int bitLength)
-