BorshTupleSizedDecoder constructor
const
BorshTupleSizedDecoder(
- List<
BorshCodecFixedSized> fields
Creates a decoder for fixed-length arrays with multiple sized data types.
Implementation
const BorshTupleSizedDecoder(super.fields);