BorshListCodec<T> constructor

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

Creates a codec for dynamically sized arrays.

Implementation

const BorshListCodec(
  this.subtype,
);