BorshTupleCodec constructor
const
BorshTupleCodec(
- List<
BorshCodec> fields
Creates a codec for fixed-length arrays with multiple data types.
Implementation
const BorshTupleCodec(super.fields);