BorshListCodec<T> constructor
const
BorshListCodec<T> (
- BorshCodec<
T> subtype
Creates a codec for dynamically sized arrays.
Implementation
const BorshListCodec(
this.subtype,
);