Interface | Description |
---|---|
Compactable | |
EnumType.EnumConstructor<T extends Codec> |
Class | Description |
---|---|
AbstractArray<T extends Codec> |
AbstractArray This manages codec arrays.
|
AbstractInt | |
Base<T> | |
CodecUtils | |
Compact |
Compact A compact length-encoding codec wrapper.
|
CreateType | |
CreateType.TypeDef | |
Enum |
A codec wrapper for an enum.
|
EnumType<T> |
This implements an enum, that based on the value wraps a different type.
|
Linkage<T extends Codec> | |
Linkage.LinkageResult | |
Option<T extends Codec> |
An Option is an optional field.
|
Set |
An Set is an array of string values, represented an an encoded type by a bitwise representation of the values.
|
Set.SetValues | |
Struct | |
Tuple |
A Tuple defines an anonymous fixed-length array, where each element has its own type.
|
TypeRegistry | |
U8a |
A basic wrapper around Uint8Array, with no frills and no fuss.
|
U8aFixed |
A U8a that manages a a sequence of bytes up to the specified bitLength.
|
UInt |
UInt A generic unsigned integer codec.
|
Vector<T extends Codec> |
Vector This manages codec arrays.
|
Enum | Description |
---|---|
CreateType.TypeDefInfo |