BorshVecCodec<T> constructor

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

Creates a codec for dynamically arrays.

Implementation

const BorshVecCodec(super.subtype);