static List<int> encodeLength(List<int> bytes) { return const SubstrateScaleCUintEncoder().encode(bytes.length.toString()); }