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