BorshArrayDecoder<T> constructor
const
BorshArrayDecoder<T> (
- BorshCodec<
T> subtype, - int length
Creates a decoder for fixed-length arrays.
Implementation
const BorshArrayDecoder(super.subtype, super.length);