mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-26 16:35:24 -04:00
wasm fixes
This commit is contained in:
parent
a363bb0462
commit
e40975104e
10 changed files with 90 additions and 43 deletions
|
@ -123,7 +123,7 @@ class ValueData with _$ValueData {
|
|||
@Assert('seq >= 0', 'seq out of range')
|
||||
const factory ValueData({
|
||||
required int seq,
|
||||
@Uint8ListJsonConverter() required Uint8List data,
|
||||
@Uint8ListJsonConverter.jsIsArray() required Uint8List data,
|
||||
required PublicKey writer,
|
||||
}) = _ValueData;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue