EOSIO / eosjs

General purpose library for the EOSIO blockchain.
http://eosio.github.io/eosjs
MIT License
1.43k stars 463 forks source link

Adding support for Tuples and adding example tests for nested containers #1068

Open bradlhart opened 2 years ago

bradlhart commented 2 years ago

Change Description

Adding support in eosjs-serialize.ts to serialize tuples. Added several tests for different types of nested containers.

API Changes

Documentation Additions

bradlhart commented 2 years ago

When this is merged in, revert #1104 to ensure nested containers is tested nightly on integration tests