Variable BytesConst

Bytes: BytesCodec<string, BytesLike> = ...

placeholder codec, generally used as a placeholder

// for example, when some BytesOpt is not used, it will be filled with this codec
// option BytesOpt (Bytes);
const UnusedBytesOpt = UnknownOpt

Generated using TypeDoc