menu
bcs package
documentation
bcs_type.dart
SerializedBcs<T, Input>
SerializedBcs constructor
SerializedBcs constructor
dark_mode
light_mode
SerializedBcs<
T
,
Input
>
constructor
SerializedBcs<
T
,
Input
>
(
BcsType
<
T
,
Input
>
_schema
,
Uint8List
_bytes
)
Implementation
SerializedBcs(this._schema, this._bytes);
bcs package
documentation
bcs_type
SerializedBcs<T, Input>
SerializedBcs constructor
SerializedBcs class