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