BorshArraySizedCodec<T> constructor

const BorshArraySizedCodec<T>(
  1. BorshCodecFixedSized<T> subtype,
  2. int length
)

Creates a codec for fixed-length arrays with fixed size data types.

Implementation

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