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