BorshTupleSized constructor

const BorshTupleSized(
  1. List<BorshAnnotationSized> fields
)

Creates an annotation for a fixed-length array with multiple sized data types.

Implementation

const BorshTupleSized(
  super.fields,
);