BorshArrayEncoder<T> constructor
const
BorshArrayEncoder<T> (
- BorshCodec<
T> subtype, - int length
Creates an encoder for fixed-length arrays.
Implementation
const BorshArrayEncoder(super.subtype, super.length);