BorshArraySized<T> constructor
const
BorshArraySized<T> (
- BorshAnnotationSized<
T> subtype, - int length
Creates an annotation for a fixed-length array with sized data types.
Implementation
const BorshArraySized(
super.subtype,
super.length,
);