BorshArrayDecoder<T> constructor

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

Creates a decoder for fixed-length arrays.

Implementation

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