BorshArrayCodec<T> constructor

const BorshArrayCodec<T>(
  1. BorshCodec<T> subtype,
  2. int length
)

Creates a codec for fixed-length arrays.

Implementation

const BorshArrayCodec(super.subtype, super.length);