BorshTupleSized constructor
const
BorshTupleSized(
- List<
BorshAnnotationSized> fields
Creates an annotation for a fixed-length array with multiple sized data types.
Implementation
const BorshTupleSized(
super.fields,
);