ScaleRawBytes constructor

const ScaleRawBytes(
  1. Uint8List bytes
)

Creates a wrapper for raw SCALE-encoded bytes

Implementation

const ScaleRawBytes(this.bytes);