near / borsh-js

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

add fixed array serialization/deserialization #27

Closed mehtaphysical closed 3 years ago

mehtaphysical commented 3 years ago

Fixes #26.

This adds serialization for fixed arrays.

mehtaphysical commented 3 years ago

didn't notice there is already #3

mehtaphysical commented 3 years ago

added tests for error cases