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