BorshListDecoder<T> constructor

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

Creates a decoder for dynamically sized arrays.

Implementation

const BorshListDecoder(
  this.subtype,
);