BorshArrayEncoder<T> constructor

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

Creates an encoder for fixed-length arrays.

Implementation

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