BorshTuple constructor

const BorshTuple(
  1. List<BorshAnnotation> fields
)

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

Implementation

const BorshTuple(
  super.fields,
);