tupleSized method
Creates an tuple
codec for fixed size data types.
A codec can encode/decode data types to/from byte arrays Iterable<u8>
and Buffer
s.
Implementation
BorshTupleSizedCodec tupleSized(
final List<BorshCodecFixedSized> fields,
) => BorshTupleSizedCodec(fields);