BorshVecDecoder<T> constructor
const
BorshVecDecoder<T> (
- BorshCodec<
T> subtype
Creates a decoder for dynamically arrays.
Implementation
const BorshVecDecoder(super.subtype);