eosjs-fcbuffer
eosjs-fcbuffer copied to clipboard
Support optional struct
In the EOS Definitions: schema - chain_types.json, a struct named block_header
has an optional field new_producers
.
But in the fcbuffer.js, only "Types" are wrapped by Optional Wrapper. I do not know if it is a bug or I misunderstand the definition.
Thanks.