BorshTupleCodec constructor

const BorshTupleCodec(
  1. List<BorshCodec> fields
)

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

Implementation

const BorshTupleCodec(super.fields);