BorshTupleDecoder constructor

const BorshTupleDecoder(
  1. List<BorshCodec> fields
)

Creates a decoder for fixed-length arrays with multiple data types.

Implementation

const BorshTupleDecoder(super.fields);