BorshArraySizedDecoder<T> constructor

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

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

Implementation

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