encodeTypeByte function

Uint8List encodeTypeByte(
  1. int type
)

Implementation

Uint8List encodeTypeByte(int type) {
  return _encodeBigIntAsUnsigned(BigInt.from(type));
}