SerializedBcs<T, Input> constructor

SerializedBcs<T, Input>(
  1. BcsType<T, Input> _schema,
  2. Uint8List _bytes
)

Implementation

SerializedBcs(this._schema, this._bytes);