BorshArraySizedCodec<T> constructor
const
BorshArraySizedCodec<T> (
- BorshCodecFixedSized<
T> subtype, - int length
Creates a codec for fixed-length arrays with fixed size data types.
Implementation
const BorshArraySizedCodec(super.subtype, super.length);