near / borsh-js

TypeScript/JavaScript implementation of Binary Object Representation Serializer for Hashing
Apache License 2.0
112 stars 38 forks source link

Way to Deserialize `Vec<u8>` to `Uint8Array`? #86

Open zicklag opened 1 month ago

zicklag commented 1 month ago

Is there any way to make Vec<u8> deserialize to a UInt8Array instead of a number[] without having to manually update all the values after deserialization is finished?