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