BorshTupleSizedDecoder constructor

const BorshTupleSizedDecoder(
  1. List<BorshCodecFixedSized> fields
)

Creates a decoder for fixed-length arrays with multiple sized data types.

Implementation

const BorshTupleSizedDecoder(super.fields);