BorshVecDecoder<T> constructor

const BorshVecDecoder<T>(
  1. BorshCodec<T> subtype
)

Creates a decoder for dynamically arrays.

Implementation

const BorshVecDecoder(super.subtype);